* Player Identification - Adds Red outline for enemies

* Player HUD Name
This commit is contained in:
Indrajith K L
2020-07-02 03:32:44 +05:30
parent 99ce676d02
commit e986f8eff2
4 changed files with 73 additions and 16 deletions

View File

@@ -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" />