🎉 Initial Commit

* Integrates Colyseus Server
* Implements Basic Player movement
* Player Remove/Update Events
This commit is contained in:
Indrajith K L
2020-06-29 03:14:32 +05:30
commit ffd6706cb0
18 changed files with 302 additions and 0 deletions

15
hxformat.json Normal file
View File

@@ -0,0 +1,15 @@
{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}