aboutsummaryrefslogtreecommitdiff
path: root/dungeon.code-workspace
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 /dungeon.code-workspace
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 'dungeon.code-workspace')
-rw-r--r--dungeon.code-workspace13
1 files changed, 13 insertions, 0 deletions
diff --git a/dungeon.code-workspace b/dungeon.code-workspace
new file mode 100644
index 0000000..520a09d
--- /dev/null
+++ b/dungeon.code-workspace
@@ -0,0 +1,13 @@
+{
+ "folders": [
+ {
+ "path": "."
+ },
+ {
+ "path": "..\\dungeon-server"
+ }
+ ],
+ "settings": {
+ "haxe.enableExtendedIndentation": true
+ }
+} \ No newline at end of file