[ascii] flixel backend example

This commit is contained in:
2021-04-24 21:27:37 -06:00
parent 821c1188c0
commit dcb7d9f227
19 changed files with 228 additions and 0 deletions

View File

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