1{
2 "name": "HandleTwists",
3 "version": "1.0.0",
4 "sourceFile": "src/HandleTwists.cpp",
5 "scriptFile": "binary/HandleTwists.wasm",
6 "appIcon": {
7 "path": "assets/icon.png"
8 },
9 "soundAssetsDir": "assets/sounds",
10 "imageAssetsDir": "assets/images",
11 "sdkVersion": "6.3",
12 "appFlags": 0,
13 "language": "cpp",
14 "interpreter": "wasm",
15 "projectOptions": {
16 "cpp": {
17 "defines": "DUMMY_DEFINE=1;DUMMY_DEFINE2=2",
18 "flags": "-std=c++11 -Oz -flto -fno-exceptions -mexec-model=reactor -z stack-size=10240",
19 "compilerSettings": ",--initial-memory=65536,--export=run,--export=on_init,--strip-all,--lto-O3",
20 "includeFolders": [
21 "",
22 "",
23 "",
24 "",
25 ""
26 ]
27 }
28 },
29 "imageAssets": [
30 {
31 "path": "assets/images/dbl.png",
32 "alias": "dbl.png"
33 },
34 {
35 "path": "assets/images/left.png",
36 "alias": "left.png"
37 },
38 {
39 "path": "assets/images/right.png",
40 "alias": "right.png"
41 }
42 ],
43 "soundAssets": []
44}