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