habit puzzle game beta
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<project>
|
||||
<!-- _________________________ Application Settings _________________________ -->
|
||||
|
||||
<app title="FlxProject" file="FlxProject" main="Main" version="0.0.1" company="HaxeFlixel" />
|
||||
<app title="Habit Puzzles" file="HabitPuzzles" main="Main" version="0.0.1" company="NQNStudios" />
|
||||
|
||||
<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
|
||||
or you can set the actual size of your file manually at "FlxPreloaderBase-onUpdate-bytesTotal"-->
|
||||
@@ -40,6 +40,8 @@
|
||||
<haxelib name="kiss-flixel" />
|
||||
<haxelib name="datetime" />
|
||||
<haxeflag name="--macro" value="kiss.Kiss.setup()" />
|
||||
<assets path="habits" />
|
||||
<assets path="puzzles" />
|
||||
|
||||
<!--In case you want to use the addons package-->
|
||||
<!--<haxelib name="flixel-addons" />-->
|
||||
|
Reference in New Issue
Block a user