INIT COMMIT

This commit is contained in:
Cameron Taylor
2020-10-02 23:50:15 -07:00
commit 303c9d14aa
21 changed files with 338 additions and 0 deletions

4
source/AssetPaths.hx Normal file
View File

@ -0,0 +1,4 @@
package;
@:build(flixel.system.FlxAssets.buildFileReferences("assets", true))
class AssetPaths {}