Files
raw-haxe-game/.vscode/tasks.json
Indrajith K L ad2056876e Initial Commit
* Adds Menu
* Adds Level Manager - LevelBase
* Adds Sample level
* Basic player movement
2022-04-28 03:27:44 +05:30

14 lines
151 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}