* 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

13
dungeon.code-workspace Normal file
View File

@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
},
{
"path": "..\\dungeon-server"
}
],
"settings": {
"haxe.enableExtendedIndentation": true
}
}