fadein and prep for fadeout

This commit is contained in:
vaxerski
2022-04-05 19:28:10 +02:00
parent f5562941f7
commit f8e0b0b448
11 changed files with 63 additions and 10 deletions

View File

@@ -42,6 +42,9 @@ struct SRenderData {
// for rounding
bool dontRound = true;
// for fade
float fadeAlpha = 255.f;
};
struct SKeyboard {