specify whether flixel projects need to pass html5/c++ compilation

This commit is contained in:
2021-09-18 19:16:27 -06:00
parent fe84da9ad4
commit 64902bbe3b
24 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
(method new []
(super)
(addChild (new FlxGame 320 240 PlayState 1 60 60 true false)))