aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorIndrajith K L2020-06-29 03:14:32 +0530
committerIndrajith K L2020-06-29 03:14:32 +0530
commitffd6706cb02fdd37f5f461a37287a5860e69fb6c (patch)
treee5a4b81cc73b710e4ef4312b192021072da000a4 /.vscode/launch.json
downloaddungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.tar.gz
dungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.tar.bz2
dungeon-client-ffd6706cb02fdd37f5f461a37287a5860e69fb6c.zip
:tada: Initial Commit
* Integrates Colyseus Server * Implements Basic Player movement * Player Remove/Update Events
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..5e9a7a1
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,21 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Build + Debug",
+ "type": "lime",
+ "request": "launch"
+ },
+ {
+ "name": "Debug",
+ "type": "lime",
+ "request": "launch",
+ "preLaunchTask": null
+ },
+ {
+ "name": "Macro",
+ "type": "haxe-eval",
+ "request": "launch"
+ }
+ ]
+}