deprecate old projects & reduce CI workload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(prop &mut :FlxButton playButton null)
|
||||
|
||||
(method &override :Void create []
|
||||
(set playButton (new FlxButton 0 0 "Play" clickPlay))
|
||||
(playButton.screenCenter)
|
||||
(add playButton))
|
||||
|
||||
(function clickPlay []
|
||||
(FlxG.switchState (new PlayState)))
|
||||
Reference in New Issue
Block a user