Initial Commit

* Adds Menu
* Adds Level Manager - LevelBase
* Adds Sample level
* Basic player movement
This commit is contained in:
Indrajith K L
2022-04-28 03:27:44 +05:30
commit ad2056876e
24 changed files with 717 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"
}
}