WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. wowcubeapp-build.json
Mission NodeSDK 6.1PawntopologyProject Included

wowcubeapp-build.json

Examples / SDK 6.1 / Pawn / topology / Handling Twists / project
wowcubeapp-build.json
JSON
1{
2 "name": "Topology1",
3 "version": "1.0.0",
4 "sdkVersion": "6.1",
5 "appIcon": {
6 "path": "assets/icon.png"
7 },
8 "sourceFile": "src/main.pwn",
9 "scriptFile": "binary/main.amx",
10 "imageAssets": [
11 {
12 "path": "assets/images/dbl.png",
13 "alias": "dbl.png"
14 },
15 {
16 "path": "assets/images/left.png",
17 "alias": "left.png"
18 },
19 {
20 "path": "assets/images/right.png",
21 "alias": "right.png"
22 }
23 ],
24 "soundAssets": [],
25 "appFlags": "0"
26}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

main.pwn
project/src/main.pwn
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Handling Twists
Examples / SDK 6.1 / Pawn / topology
info.json
Examples / SDK 6.1 / Pawn / topology / Handling Twists
main.pwn
Examples / SDK 6.1 / Pawn / topology / Handling Twists / project / src
Device Orientation
Examples / SDK 6.1 / Pawn / topology
Previous Node
main.pwn
Examples / SDK 6.1 / Pawn / topology / Handling Twists / project / src
Next Node
Device Orientation
Examples / SDK 6.1 / Pawn / topology