Add Fade Effects for the Screens.

This commit is contained in:
StackZ
2020-05-26 07:07:55 +02:00
parent 796cc25007
commit f2f7c0c868
3 changed files with 55 additions and 6 deletions
+4
View File
@@ -33,5 +33,9 @@
extern C3D_RenderTarget* Top;
extern C3D_RenderTarget* TopRight;
extern C3D_RenderTarget* Bottom;
extern bool fadeout;
extern bool fadein;
extern int fadealpha;
extern int fadecolor;
#endif