-
Notifications
You must be signed in to change notification settings - Fork 2
FadeIn
Will Blanton edited this page Sep 12, 2019
Β·
1 revision
A SubState that Fades in and closes, perfect for an intro transition for a level!
In create()
of PlayState.hx
add(player);
add(level);
openSubState(new FadeIn());
For more info, please check out the API: http://01010111.com/zerolib-flixel/