kiss new-flixel-project

This commit is contained in:
2022-03-28 16:39:28 -06:00
parent 7457ee6921
commit 245da224b0
14 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}