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.2PawnrenderingProject Included

wowcubeapp-build.json

Examples / SDK 6.2 / Pawn / rendering / Simple Shapes - Rectangles / project
wowcubeapp-build.json
JSON
1{
2 "name": "Example7",
3 "version": "1.0.0",
4 "sourceFile" : "src/main.pwn",
5 "scriptFile" : "binary/main.amx",
6 "appIcon": {
7 "path": "assets/icon.png"
8 },
9 "soundAssetsDir":"assets/sounds",
10 "imageAssetsDir":"assets/images",
11 "sdkVersion":"6.1",
12 "appFlags": "0"
13 }
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

Simple Shapes - Rectangles
Examples / SDK 6.2 / Pawn / rendering
info.json
Examples / SDK 6.2 / Pawn / rendering / Simple Shapes - Rectangles
main.pwn
Examples / SDK 6.2 / Pawn / rendering / Simple Shapes - Rectangles / project / src
Simple Shapes - Points
Examples / SDK 6.2 / Pawn / rendering
Previous Node
main.pwn
Examples / SDK 6.2 / Pawn / rendering / Simple Shapes - Rectangles / project / src
Next Node
Simple Shapes - Circles
Examples / SDK 6.2 / Pawn / rendering