Files
GDevelop/newIDE/app/resources/examples/parse-json-string/parse-json-string.json
T
2018-06-17 22:45:15 +01:00

261 lines
5.8 KiB
JSON
Executable File

{
"firstLayout": "",
"gdVersion": {
"build": 97,
"major": 4,
"minor": 0,
"revision": 0
},
"properties": {
"folderProject": false,
"linuxExecutableFilename": "",
"macExecutableFilename": "",
"orientation": "default",
"packageName": "com.example.gamename",
"projectFile": "C:\\Users\\szoszo\\Desktop\\Projects\\gametemplates\\gdevelop5\\parse-json-string\\parse-json-string.json",
"sizeOnStartupMode": "",
"useExternalSourceFiles": false,
"winExecutableFilename": "",
"winExecutableIconFile": "",
"name": "Project",
"author": "",
"windowWidth": 800,
"windowHeight": 600,
"latestCompilationDirectory": "",
"maxFPS": 60,
"minFPS": 10,
"verticalSync": false,
"platformSpecificAssets": {},
"loadingScreen": {
"showGDevelopSplash": true
},
"extensions": [
{
"name": "BuiltinObject"
},
{
"name": "BuiltinAudio"
},
{
"name": "BuiltinVariables"
},
{
"name": "BuiltinTime"
},
{
"name": "BuiltinMouse"
},
{
"name": "BuiltinKeyboard"
},
{
"name": "BuiltinJoystick"
},
{
"name": "BuiltinCamera"
},
{
"name": "BuiltinWindow"
},
{
"name": "BuiltinFile"
},
{
"name": "BuiltinNetwork"
},
{
"name": "BuiltinScene"
},
{
"name": "BuiltinAdvanced"
},
{
"name": "Sprite"
},
{
"name": "BuiltinCommonInstructions"
},
{
"name": "BuiltinCommonConversions"
},
{
"name": "BuiltinStringInstructions"
},
{
"name": "BuiltinMathematicalTools"
},
{
"name": "BuiltinExternalLayouts"
},
{
"name": "TextObject"
}
],
"platforms": [
{
"name": "GDevelop JS platform"
}
],
"currentPlatform": "GDevelop JS platform"
},
"resources": {
"resources": [],
"resourceFolders": []
},
"objects": [],
"objectsGroups": [],
"variables": [],
"layouts": [
{
"b": 30,
"disableInputWhenNotFocused": true,
"mangledName": "Scene",
"name": "Scene",
"oglFOV": 90,
"oglZFar": 500,
"oglZNear": 1,
"r": 30,
"standardSortMethod": false,
"stopSoundsOnStartup": true,
"title": "",
"v": 30,
"uiSettings": {
"grid": false,
"gridB": 80,
"gridG": 80,
"gridHeight": 32,
"gridOffsetX": 0,
"gridOffsetY": 0,
"gridR": 80,
"gridWidth": 32,
"snap": true,
"windowMask": false,
"zoomFactor": 1.23179
},
"objectsGroups": [],
"variables": [],
"instances": [
{
"angle": 0,
"customSize": false,
"height": 0,
"layer": "",
"locked": false,
"name": "Text",
"width": 0,
"x": 9,
"y": 13,
"zOrder": 2,
"numberProperties": [],
"stringProperties": [],
"initialVariables": []
}
],
"objects": [
{
"bold": false,
"italic": false,
"name": "Text",
"smoothed": true,
"type": "TextObject::Text",
"underlined": false,
"variables": [],
"behaviors": [],
"string": "Text",
"font": "",
"characterSize": 48,
"color": {
"b": 220,
"g": 220,
"r": 220
}
}
],
"events": [
{
"disabled": false,
"folded": false,
"type": "BuiltinCommonInstructions::Standard",
"conditions": [
{
"type": {
"inverted": false,
"value": "DepartScene"
},
"parameters": [
""
],
"subInstructions": []
}
],
"actions": [
{
"type": {
"inverted": false,
"value": "JSONToVariableStructure"
},
"parameters": [
"\"{\" +\n \"\\\"Line1\\\":\\\"first line\\\",\" +\n \"\\\"Line2\\\":\\\"second line\\\"\" +\n\"}\"",
"Object"
],
"subInstructions": []
},
{
"type": {
"inverted": false,
"value": "TextObject::String"
},
"parameters": [
"Text",
"=",
"VariableString(Object[\"Line1\"]) + NewLine() + VariableString(Object[\"Line2\"])"
],
"subInstructions": []
}
],
"events": []
}
],
"layers": [
{
"name": "New layer",
"visibility": true,
"cameras": [
{
"defaultSize": true,
"defaultViewport": true,
"height": 0,
"viewportBottom": 1,
"viewportLeft": 0,
"viewportRight": 1,
"viewportTop": 0,
"width": 0
}
],
"effects": []
},
{
"name": "",
"visibility": true,
"cameras": [
{
"defaultSize": true,
"defaultViewport": true,
"height": 0,
"viewportBottom": 1,
"viewportLeft": 0,
"viewportRight": 1,
"viewportTop": 0,
"width": 0
}
],
"effects": []
}
],
"behaviorsSharedData": []
}
],
"externalEvents": [],
"externalLayouts": [],
"externalSourceFiles": []
}