aboutsummaryrefslogtreecommitdiff
path: root/Project.xml
diff options
context:
space:
mode:
authorIndrajith K L2020-07-02 03:32:44 +0530
committerIndrajith K L2020-07-02 03:32:44 +0530
commite986f8eff2a72d2370a3df3bac651c1746dcc6dc (patch)
tree3587e0a6afb982c5dddb726fa11f389c7428abe7 /Project.xml
parent99ce676d028afb2daeed975a416098e5c49d8d55 (diff)
downloaddungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.tar.gz
dungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.tar.bz2
dungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.zip
* Player Identification - Adds Red outline for enemiesHEADmaster
* Player HUD Name
Diffstat (limited to 'Project.xml')
-rw-r--r--Project.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project.xml b/Project.xml
index c6ba97d..d0bb0dd 100644
--- a/Project.xml
+++ b/Project.xml
@@ -37,7 +37,7 @@
<haxelib name="colyseus" />
<!--In case you want to use the addons package-->
- <!--<haxelib name="flixel-addons" />-->
+ <haxelib name="flixel-addons" />
<!--In case you want to use the ui package-->
<!--<haxelib name="flixel-ui" />-->
@@ -69,7 +69,7 @@
<!--<haxedef name="FLX_NO_SOUND_SYSTEM" />-->
<!--Disable the Flixel core focus lost screen-->
- <!--<haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />-->
+ <haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />
<!--Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
<haxedef name="FLX_NO_DEBUG" unless="debug" />