diff options
author | Indrajith K L | 2020-07-02 03:32:44 +0530 |
---|---|---|
committer | Indrajith K L | 2020-07-02 03:32:44 +0530 |
commit | e986f8eff2a72d2370a3df3bac651c1746dcc6dc (patch) | |
tree | 3587e0a6afb982c5dddb726fa11f389c7428abe7 /dungeon.code-workspace | |
parent | 99ce676d028afb2daeed975a416098e5c49d8d55 (diff) | |
download | dungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.tar.gz dungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.tar.bz2 dungeon-client-e986f8eff2a72d2370a3df3bac651c1746dcc6dc.zip |
* Player HUD Name
Diffstat (limited to 'dungeon.code-workspace')
-rw-r--r-- | dungeon.code-workspace | 13 |
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 |