From b3ccf64b1bd34c75129dcd2c7a5a627dbca7f244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Fri, 8 Sep 2023 11:57:22 +0200 Subject: [PATCH 1/4] Add roads models. --- .../3d-car-coin-hunt/3d-car-coin-hunt.json | 6449 +++++++++-------- .../3d-car-coin-hunt/assets/Arrow.png2.png | Bin 0 -> 232 bytes .../3d-car-coin-hunt/assets/Common Tree 1.glb | Bin 0 -> 158736 bytes examples/3d-car-coin-hunt/assets/Grass.png | Bin 0 -> 100 bytes .../3d-car-coin-hunt/assets/Road Bend.glb | Bin 0 -> 16412 bytes .../assets/Road Crossroad Path.glb | Bin 0 -> 15500 bytes .../assets/Road Intersection Path.glb | Bin 0 -> 12456 bytes .../3d-car-coin-hunt/assets/Road Straight.glb | Bin 0 -> 6128 bytes 8 files changed, 3499 insertions(+), 2950 deletions(-) create mode 100644 examples/3d-car-coin-hunt/assets/Arrow.png2.png create mode 100644 examples/3d-car-coin-hunt/assets/Common Tree 1.glb create mode 100644 examples/3d-car-coin-hunt/assets/Grass.png create mode 100644 examples/3d-car-coin-hunt/assets/Road Bend.glb create mode 100644 examples/3d-car-coin-hunt/assets/Road Crossroad Path.glb create mode 100644 examples/3d-car-coin-hunt/assets/Road Intersection Path.glb create mode 100644 examples/3d-car-coin-hunt/assets/Road Straight.glb diff --git a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json index 97966addc..b0496ac52 100644 --- a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json +++ b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json @@ -563,6 +563,79 @@ "identifier": "https://asset-resources.gdevelop.io/public-resources/Menu buttons/928c3ea4db1da835c9f8cc5b7089a47228350209d2ff489e1484c31e5ce41b3d_Yellow Button_Pressed.png", "name": "Yellow Button_Pressed.png" } + }, + { + "file": "assets/Road Straight.glb", + "kind": "model3D", + "metadata": "", + "name": "Road Straight.glb", + "userAdded": false, + "origin": { + "identifier": "https://asset-resources.gdevelop.io/public-resources/3D City Kit (Roads)/Ground/01e0d2aa154aaca671e074c6fb5f92e37a75cf9606a88e889a0a2b0934e64122_Road Straight.glb", + "name": "Road Straight.glb" + } + }, + { + "file": "assets/Road Crossroad Path.glb", + "kind": "model3D", + "metadata": "", + "name": "Road Crossroad Path.glb", + "userAdded": false, + "origin": { + "identifier": "https://asset-resources.gdevelop.io/public-resources/3D City Kit (Roads)/Ground/002f076f02776d316382227980bfd080c3c30c663c7846f6f4207a006735ae7c_Road Crossroad Path.glb", + "name": "Road Crossroad Path.glb" + } + }, + { + "file": "assets/Road Intersection Path.glb", + "kind": "model3D", + "metadata": "", + "name": "Road Intersection Path.glb", + "userAdded": false, + "origin": { + "identifier": "https://asset-resources.gdevelop.io/public-resources/3D City Kit (Roads)/Ground/b9771937f69cff0ec5a74cf13ded2017b02b25294684c87bbbf5ca44519f2a51_Road Intersection Path.glb", + "name": "Road Intersection Path.glb" + } + }, + { + "file": "assets/Road Bend.glb", + "kind": "model3D", + "metadata": "", + "name": "Road Bend.glb", + "userAdded": false, + "origin": { + "identifier": "https://asset-resources.gdevelop.io/public-resources/3D City Kit (Roads)/Ground/12e5d612ecde68cdda96d3e48b7c7de88221b35721c4af03607eecbf691d9f99_Road Bend.glb", + "name": "Road Bend.glb" + } + }, + { + "file": "assets/Common Tree 1.glb", + "kind": "model3D", + "metadata": "", + "name": "Common Tree 1.glb", + "userAdded": false, + "origin": { + "identifier": "https://asset-resources.gdevelop.io/public-resources/3D Rocks and Trees/Plant/7c4f3d2324ecd1f8910652478dd7bcb1ac714b260c66a562318c3f72c37bb404_Common Tree 1.glb", + "name": "Common Tree 1.glb" + } + }, + { + "alwaysLoaded": false, + "file": "assets/Grass.png", + "kind": "image", + "metadata": "", + "name": "assets\\Grass.png", + "smoothed": true, + "userAdded": true + }, + { + "alwaysLoaded": false, + "file": "assets/Arrow.png2.png", + "kind": "image", + "metadata": "{\"extension\":\".png\",\"pskl\":{}}", + "name": "Arrow.png2", + "smoothed": true, + "userAdded": true } ], "resourceFolders": [] @@ -572,26 +645,26 @@ "variables": [], "layouts": [ { - "b": 79, + "b": 223, "disableInputWhenNotFocused": true, "mangledName": "Game", "name": "Game", - "r": 80, + "r": 169, "standardSortMethod": true, "stopSoundsOnStartup": true, "title": "", - "v": 165, + "v": 200, "uiSettings": { - "grid": true, + "grid": false, "gridType": "rectangular", - "gridWidth": 32, - "gridHeight": 32, + "gridWidth": 128, + "gridHeight": 128, "gridOffsetX": 0, "gridOffsetY": 0, "gridColor": 10401023, "gridAlpha": 0.8, - "snap": true, - "zoomFactor": 1.2530387740590179, + "snap": false, + "zoomFactor": 0.546875000000018, "windowMask": false }, "objectsGroups": [ @@ -611,6 +684,23 @@ "name": "Van" } ] + }, + { + "name": "Road", + "objects": [ + { + "name": "RoadStraight" + }, + { + "name": "RoadCrossroadPath" + }, + { + "name": "RoadIntersectionPath" + }, + { + "name": "RoadBend" + } + ] } ], "variables": [ @@ -728,2993 +818,1022 @@ }, { "angle": 0, - "customSize": true, - "depth": 0, - "height": 1088, - "layer": "", - "name": "Road", - "persistentUuid": "f1a60e08-3dc3-4ec1-9673-e248a1b42ac0", - "width": 384, - "x": 2336, - "y": 2752, - "zOrder": 0, + "customSize": false, + "height": 0, + "layer": "UI", + "name": "RemainingText", + "persistentUuid": "2b76bb1d-a62d-49db-ba85-d80a0aeb0572", + "width": 0, + "x": 5, + "y": 110, + "zOrder": 41, "numberProperties": [], "stringProperties": [], "initialVariables": [] }, { "angle": 0, - "customSize": true, - "depth": 0, - "height": 896, + "customSize": false, + "height": 0, "layer": "", - "name": "Road", - "persistentUuid": "e519ecde-829c-492d-b166-9051dcc7e167", - "width": 384, - "x": 32, - "y": 1280, - "zOrder": 0, + "name": "Arrow", + "persistentUuid": "bc0dd56c-75c6-4ec9-b4d9-e392704ada45", + "width": 0, + "x": 1332, + "y": -58, + "z": 10, + "zOrder": 42, "numberProperties": [], "stringProperties": [], "initialVariables": [] + } + ], + "objects": [ + { + "additive": false, + "assetStoreId": "", + "destroyWhenNoParticles": false, + "emitterAngleA": 0, + "emitterAngleB": 45, + "emitterForceMax": 50, + "emitterForceMin": 30, + "flow": 20, + "jumpForwardInTimeOnCreation": 0, + "maxParticleNb": 300, + "name": "Dust", + "particleAlpha1": 220, + "particleAlpha2": 0, + "particleAlphaRandomness1": 0, + "particleAlphaRandomness2": 0, + "particleAngle1": 0, + "particleAngle2": 0, + "particleAngleRandomness1": 0, + "particleAngleRandomness2": 0, + "particleBlue1": 255, + "particleBlue2": 177, + "particleGravityX": 0, + "particleGravityY": 0, + "particleGreen1": 255, + "particleGreen2": 177, + "particleLifeTimeMax": 1, + "particleLifeTimeMin": 0.5, + "particleRed1": 255, + "particleRed2": 177, + "particleSize1": 20, + "particleSize2": 100, + "particleSizeRandomness1": 0, + "particleSizeRandomness2": 0, + "rendererParam1": 30, + "rendererParam2": 1, + "rendererType": "Point", + "tags": "", + "tank": -1, + "textureParticleName": "", + "type": "ParticleSystem::ParticleEmitter", + "zoneRadius": 8, + "variables": [], + "effects": [], + "behaviors": [] }, { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "3bff0054-68ac-4a6e-9a70-e4633fa312b7", - "width": 384, - "x": 1568, - "y": 512, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "additive": false, + "assetStoreId": "", + "destroyWhenNoParticles": false, + "emitterAngleA": 0, + "emitterAngleB": 360, + "emitterForceMax": 100, + "emitterForceMin": 50, + "flow": 400, + "jumpForwardInTimeOnCreation": 0, + "maxParticleNb": 300, + "name": "CoinPickUp", + "particleAlpha1": 204, + "particleAlpha2": 0, + "particleAlphaRandomness1": 0, + "particleAlphaRandomness2": 0, + "particleAngle1": 0, + "particleAngle2": 0, + "particleAngleRandomness1": 0, + "particleAngleRandomness2": 0, + "particleBlue1": 28, + "particleBlue2": 255, + "particleGravityX": 0, + "particleGravityY": 0, + "particleGreen1": 231, + "particleGreen2": 255, + "particleLifeTimeMax": 1, + "particleLifeTimeMin": 0.5, + "particleRed1": 248, + "particleRed2": 255, + "particleSize1": 100, + "particleSize2": 50, + "particleSizeRandomness1": 0, + "particleSizeRandomness2": 0, + "rendererParam1": 15, + "rendererParam2": 1, + "rendererType": "Point", + "tags": "", + "tank": 15, + "textureParticleName": "", + "type": "ParticleSystem::ParticleEmitter", + "zoneRadius": 10, + "variables": [], + "effects": [], + "behaviors": [] }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "f761fcf1-c0d4-4fb1-9d90-e508b96e06e0", - "width": 256, - "x": -1056, - "y": 2048, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "", + "bold": false, + "italic": false, + "name": "BestTimeText", + "smoothed": true, + "tags": "", + "type": "TextObject::Text", + "underlined": false, + "variables": [], + "effects": [], + "behaviors": [], + "string": "Best: 0", + "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", + "textAlignment": "left", + "characterSize": 25, + "color": { + "b": 255, + "g": 255, + "r": 255 + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "fedf9338-51fe-4955-9813-bb4a41c5faaf", - "width": 256, - "x": -96, - "y": 2112, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "", + "bold": false, + "italic": false, + "name": "RemainingText", + "smoothed": true, + "tags": "", + "type": "TextObject::Text", + "underlined": false, + "variables": [], + "effects": [], + "behaviors": [], + "string": "Remaining: 0", + "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", + "textAlignment": "left", + "characterSize": 25, + "color": { + "b": 255, + "g": 255, + "r": 255 + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "0cd8b7a9-2054-43c3-95a3-03cebebfa43a", - "width": 256, - "x": -736, - "y": 1344, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "ca41cb06-d3ba-4668-9f4b-b8b63c32b503", - "width": 256, - "x": -32, - "y": 1408, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "62407f94-4a64-4b74-8248-4f8bf34c4c98", - "width": 256, - "x": -992, - "y": 1344, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "ebdc2fd3-8d8e-492d-b6e6-521c7ecfff26", - "width": 256, - "x": -864, - "y": 2112, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "538cf6f2-f469-4716-9284-c0caf56dd921", - "width": 256, - "x": -608, - "y": 2112, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "cb451fb4-603f-4a57-86e2-e7da023586ab", - "width": 256, - "x": -352, - "y": 2112, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "ebce0e61-51d7-4246-b31e-8aee59cbf150", - "width": 256, - "x": -1056, - "y": 1536, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "", + "bold": false, + "italic": false, + "name": "TimeText", + "smoothed": true, + "tags": "", + "type": "TextObject::Text", + "underlined": false, + "variables": [], + "effects": [], + "behaviors": [], + "string": "Time:", + "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", + "textAlignment": "left", + "characterSize": 40, + "color": { + "b": 255, + "g": 255, + "r": 255 + } }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "3fd05b36-a4d6-46ea-8f10-b223307671bd", - "width": 256, - "x": -32, - "y": 1664, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "", + "bold": false, + "italic": false, + "name": "TutorialText", + "smoothed": true, + "tags": "", + "type": "TextObject::Text", + "underlined": false, + "variables": [], + "effects": [], + "behaviors": [], + "string": "Arrow keys to drive. Collect all coins.", + "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", + "textAlignment": "left", + "characterSize": 20, + "color": { + "b": 255, + "g": 255, + "r": 255 + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "bba371d7-a9db-4baf-8722-7a05d9976f77", - "width": 256, - "x": -480, - "y": 1344, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "112c69f62e03fa6df7716cc6b8f174c17857fbf71c8d3fffd16fa8fdbfa49bf1", + "name": "SteeringJoystick", + "tags": "", + "type": "SpriteMultitouchJoystick::SpriteMultitouchJoystick", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "DeadZoneRadius": 0.2 + }, + "childrenContent": { + "Border": { + "adaptCollisionMaskAutomatically": false, + "updateIfNotVisible": false, + "animations": [ + { + "name": "Idle", + "useMultipleDirections": false, + "directions": [ + { + "looping": false, + "timeBetweenFrames": 0.08, + "sprites": [ + { + "hasCustomCollisionMask": false, + "image": "assets\\Line light joystick border LeftRightt.png", + "points": [], + "originPoint": { + "name": "origine", + "x": 0, + "y": 0 + }, + "centerPoint": { + "automatic": true, + "name": "centre", + "x": 0, + "y": 0 + }, + "customCollisionMask": [] + } + ] + } + ] + } + ] + }, + "Thumb": { + "adaptCollisionMaskAutomatically": false, + "updateIfNotVisible": false, + "animations": [ + { + "name": "Idle", + "useMultipleDirections": false, + "directions": [ + { + "looping": false, + "timeBetweenFrames": 0.08, + "sprites": [ + { + "hasCustomCollisionMask": false, + "image": "Line light joystick thumb.png", + "points": [], + "originPoint": { + "name": "origine", + "x": 0, + "y": 0 + }, + "centerPoint": { + "automatic": true, + "name": "centre", + "x": 0, + "y": 0 + }, + "customCollisionMask": [] + } + ] + } + ] + } + ] + } + } }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "530acb6f-1540-4ebd-b124-07428fcc31c3", - "width": 256, - "x": 1248, - "y": 3328, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "77c6c68b-236b-4cc7-bfc5-e395d656e4a2", - "width": 256, - "x": 2208, - "y": 3392, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "f8f15da3-2fef-4a82-8be5-6a42e8e8f7ca", - "width": 256, - "x": 2080, - "y": 2624, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "5299d00a-5221-4e5f-82b8-c4b3cf13bccc", - "width": 256, - "x": 544, - "y": 2112, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "112c69f62e03fa6df7716cc6b8f174c17857fbf71c8d3fffd16fa8fdbfa49bf1", + "name": "PedalJoystick", + "tags": "", + "type": "SpriteMultitouchJoystick::SpriteMultitouchJoystick", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Anchor", + "type": "AnchorBehavior::AnchorBehavior", + "bottomEdgeAnchor": 0, + "leftEdgeAnchor": 0, + "relativeToOriginalWindowSize": true, + "rightEdgeAnchor": 2, + "topEdgeAnchor": 0, + "useLegacyBottomAndRightAnchors": false + } + ], + "content": { + "DeadZoneRadius": 0.2 + }, + "childrenContent": { + "Border": { + "adaptCollisionMaskAutomatically": false, + "updateIfNotVisible": false, + "animations": [ + { + "name": "Idle", + "useMultipleDirections": false, + "directions": [ + { + "looping": false, + "timeBetweenFrames": 0.08, + "sprites": [ + { + "hasCustomCollisionMask": false, + "image": "assets\\Line light joystick border UpDown.png", + "points": [], + "originPoint": { + "name": "origine", + "x": 0, + "y": 0 + }, + "centerPoint": { + "automatic": true, + "name": "centre", + "x": 0, + "y": 0 + }, + "customCollisionMask": [] + } + ] + } + ] + } + ] + }, + "Thumb": { + "adaptCollisionMaskAutomatically": false, + "updateIfNotVisible": false, + "animations": [ + { + "name": "Idle", + "useMultipleDirections": false, + "directions": [ + { + "looping": false, + "timeBetweenFrames": 0.08, + "sprites": [ + { + "hasCustomCollisionMask": false, + "image": "Line light joystick thumb.png", + "points": [], + "originPoint": { + "name": "origine", + "x": 0, + "y": 0 + }, + "centerPoint": { + "automatic": true, + "name": "centre", + "x": 0, + "y": 0 + }, + "customCollisionMask": [] + } + ] + } + ] + } + ] + } + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "2828afcb-3206-4c93-9bbe-2ae6f3bdc11d", - "width": 256, - "x": 1440, - "y": 3392, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "cddab55130dbd5a0b36f763200e876fb514aa608e1b057a136ebdb5f80006e2c", + "name": "Player", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Physics2", + "type": "Physics2::Physics2Behavior", + "bodyType": "Dynamic", + "bullet": false, + "fixedRotation": false, + "canSleep": true, + "shape": "Box", + "shapeDimensionA": 0, + "shapeDimensionB": 0, + "shapeOffsetX": 0, + "shapeOffsetY": 0, + "polygonOrigin": "Center", + "vertices": [], + "density": 1, + "friction": 2, + "restitution": 1.5, + "linearDamping": 4, + "angularDamping": 20, + "gravityScale": 0, + "layers": 1, + "masks": 1 + } + ], + "content": { + "centerLocation": "ObjectCenter", + "depth": 74, + "height": 74, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Sedan Sports.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": -90, + "width": 74, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "736ef1c0-27b0-4035-9a79-84f36d1594ba", - "width": 256, - "x": 1696, - "y": 3392, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "541d82997e1d0e79b20a617cfcc249d1169d838db8512612894f18d64ea7374f", + "name": "LargeBuildingF", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Physics2", + "type": "Physics2::Physics2Behavior", + "bodyType": "Static", + "bullet": false, + "fixedRotation": false, + "canSleep": true, + "shape": "Box", + "shapeDimensionA": 0, + "shapeDimensionB": 0, + "shapeOffsetX": 0, + "shapeOffsetY": 0, + "polygonOrigin": "Center", + "vertices": [], + "density": 1, + "friction": 0.3, + "restitution": 0.1, + "linearDamping": 0.1, + "angularDamping": 0.1, + "gravityScale": 1, + "layers": 1, + "masks": 1 + } + ], + "content": { + "centerLocation": "ModelOrigin", + "depth": 245, + "height": 245, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Large Building F2.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 245, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", + "assetStoreId": "479c508ead309e45d684605c3539fd2b3a3a3a1ea8a277f102e8366873aad249", "name": "LargeBuildingA", - "persistentUuid": "ef8261e8-4dfd-4cef-b924-b1c4ff8a14ee", - "width": 256, - "x": 1952, - "y": 3392, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "8d73db26-9223-4790-ad93-fa2495e097c4", - "width": 256, - "x": 480, - "y": 1920, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Physics2", + "type": "Physics2::Physics2Behavior", + "bodyType": "Static", + "bullet": false, + "fixedRotation": false, + "canSleep": true, + "shape": "Box", + "shapeDimensionA": 0, + "shapeDimensionB": 0, + "shapeOffsetX": 0, + "shapeOffsetY": 0, + "polygonOrigin": "Center", + "vertices": [], + "density": 1, + "friction": 0.3, + "restitution": 0.1, + "linearDamping": 0.1, + "angularDamping": 0.1, + "gravityScale": 1, + "layers": 1, + "masks": 1 + } + ], + "content": { + "centerLocation": "ModelOrigin", + "depth": 245, + "height": 245, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Large Building A.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 245, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "08936f9e-0007-4a26-980f-eaebcdb8d3be", - "width": 256, - "x": 1824, - "y": 2624, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "fcb1a484380a00837bfc40406681f434dd57cce8bdf94694b237fc809bf7b4fb", + "name": "SuvLuxury", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Physics2", + "type": "Physics2::Physics2Behavior", + "bodyType": "Dynamic", + "bullet": false, + "fixedRotation": false, + "canSleep": true, + "shape": "Box", + "shapeDimensionA": 0, + "shapeDimensionB": 0, + "shapeOffsetX": 0, + "shapeOffsetY": 0, + "polygonOrigin": "Center", + "vertices": [], + "density": 1, + "friction": 0.5, + "restitution": 0.2, + "linearDamping": 7, + "angularDamping": 4, + "gravityScale": 0, + "layers": 1, + "masks": 1 + } + ], + "content": { + "centerLocation": "ModelOrigin", + "depth": 84, + "height": 84, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Suv Luxury5.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": -90, + "width": 84, + "animations": [] + } }, { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "3bd28229-b6ab-4cdf-ba6b-9bcaf256ad6b", - "width": 384, - "x": -736, - "y": 3072, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "0d7e7a700fe654df077830ff50844449cdaddbb46dbe23de65f970569e6a983b", + "name": "Van", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "Physics2", + "type": "Physics2::Physics2Behavior", + "bodyType": "Dynamic", + "bullet": false, + "fixedRotation": false, + "canSleep": true, + "shape": "Box", + "shapeDimensionA": 0, + "shapeDimensionB": 0, + "shapeOffsetX": 0, + "shapeOffsetY": 0, + "polygonOrigin": "Center", + "vertices": [], + "density": 1, + "friction": 0.5, + "restitution": 0.2, + "linearDamping": 7, + "angularDamping": 4, + "gravityScale": 0, + "layers": 1, + "masks": 1 + } + ], + "content": { + "centerLocation": "ModelOrigin", + "depth": 79, + "height": 79, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Van2.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": -90, + "width": 79, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 896, - "layer": "", - "name": "Road", - "persistentUuid": "2eda2b14-47f3-4ad7-ad28-225e6270faee", - "width": 384, - "x": 32, - "y": 2560, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "b8200f0619b25c76e3d392f1d0d16d7547bf1c96097bc23af81b68cf11e57677", + "name": "Coin", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [ + { + "name": "InOnScreen", + "type": "IsOnScreen::InOnScreen" + } + ], + "content": { + "centerLocation": "ModelOrigin", + "depth": 31, + "height": 31, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Coin.glb", + "originLocation": "ModelOrigin", + "rotationX": 0, + "rotationY": 0, + "rotationZ": 0, + "width": 31, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 896, - "layer": "", - "name": "Road", - "persistentUuid": "5e366b64-fbfa-4b5f-9f57-4f5912707c01", - "width": 384, - "x": 800, - "y": 2560, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "", + "name": "Arrow", + "tags": "", + "type": "Scene3D::Cube3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "width": 32, + "height": 32, + "depth": 1, + "enableTextureTransparency": true, + "facesOrientation": "Y", + "frontFaceResourceName": "Arrow.png2", + "backFaceResourceName": "", + "backFaceUpThroughWhichAxisRotation": "X", + "leftFaceResourceName": "", + "rightFaceResourceName": "", + "topFaceResourceName": "", + "bottomFaceResourceName": "", + "frontFaceVisible": true, + "backFaceVisible": false, + "leftFaceVisible": false, + "rightFaceVisible": false, + "topFaceVisible": false, + "bottomFaceVisible": false, + "frontFaceResourceRepeat": false, + "backFaceResourceRepeat": false, + "leftFaceResourceRepeat": false, + "rightFaceResourceRepeat": false, + "topFaceResourceRepeat": false, + "bottomFaceResourceRepeat": false, + "materialType": "Basic" + } }, { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "511c6e8d-854a-48b9-80ed-a55411ba64b5", - "width": 384, - "x": 1568, - "y": 1792, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "bbdd1d6c7d452e1847310eb327cddabe057cb893886f3a7a1af1c38e353eac92", + "name": "RoadStraight", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "centerLocation": "ObjectCenter", + "depth": 384, + "height": 384, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Road Straight.glb", + "originLocation": "TopLeft", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 384, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 896, - "layer": "", - "name": "Road", - "persistentUuid": "22dd3ba7-5ca2-4be9-a8ea-2fc9a205cd39", - "width": 384, - "x": 800, - "y": 1280, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "d32af48f-298a-41d2-a527-09e2a489755a", - "width": 256, - "x": 736, - "y": 2048, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "d18ff88e-7ec7-41d6-b54a-924884fa9a88", - "width": 256, - "x": 1312, - "y": 2624, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "a3d3e36f-9fcb-405f-a326-122de72c6c0d", - "width": 256, - "x": 1248, - "y": 2816, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "9d105276-d8ae-464f-b31e-38148c4c859f", - "width": 256, - "x": 480, - "y": 1408, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "5cfda5a5-81d8-4133-817a-5af1de513158", - "width": 256, - "x": 480, - "y": 1664, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "eb8939ef-bb04-4288-866b-98e25c7b5cdf", - "width": 256, - "x": 672, - "y": 1344, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "ae09642f549122b398405ffda9bd787c20f0fdfcb555a4535c710a3f218c8130", + "name": "RoadCrossroadPath", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "centerLocation": "ObjectCenter", + "depth": 384, + "height": 384, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Road Crossroad Path.glb", + "originLocation": "TopLeft", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 384, + "animations": [] + } }, { - "angle": 0, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "38e87dae-8f36-4148-b3ca-7499cc646177", - "width": 256, - "x": 544, - "y": 3392, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "fad6af3a34db69705540270898681716e47359bbb1b474b27104f823098ef0aa", + "name": "RoadIntersectionPath", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "centerLocation": "ObjectCenter", + "depth": 384, + "height": 384, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Road Intersection Path.glb", + "originLocation": "TopLeft", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 384, + "animations": [] + } }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "1532843f-a7ca-4aa7-a2cb-b8ad0ee789fd", - "width": 256, - "x": 480, - "y": 3200, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "79a334f5403b6c2daa0625e37c715ede02c9283c06721ee917767f36efff8570", + "name": "RoadBend", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "centerLocation": "ObjectCenter", + "depth": 384, + "height": 384, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Road Bend.glb", + "originLocation": "TopLeft", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 384, + "animations": [] + } }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "d24f5474-e502-4061-a454-9d36046e7649", - "width": 256, - "x": 736, - "y": 3328, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "assetStoreId": "16fac9714ba0a9eb3c83984910c70b11affca1b4e6a8bed49c22af1d30f957da", + "name": "CommonTree1", + "tags": "", + "type": "Scene3D::Model3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "centerLocation": "ModelOrigin", + "depth": 250, + "height": 250, + "keepAspectRatio": true, + "materialType": "StandardWithoutMetalness", + "modelResourceName": "Common Tree 1.glb", + "originLocation": "ModelOrigin", + "rotationX": 90, + "rotationY": 0, + "rotationZ": 0, + "width": 250, + "animations": [] + } }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "e9b91339-652d-443f-b109-7b5c32e8689f", - "width": 256, - "x": 736, - "y": 2816, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, + "assetStoreId": "", + "name": "Grass", + "tags": "", + "type": "Scene3D::Cube3DObject", + "variables": [], + "effects": [], + "behaviors": [], + "content": { + "width": 100, + "height": 100, + "depth": 0, + "enableTextureTransparency": false, + "facesOrientation": "Y", + "frontFaceResourceName": "assets\\Grass.png", + "backFaceResourceName": "", + "backFaceUpThroughWhichAxisRotation": "X", + "leftFaceResourceName": "", + "rightFaceResourceName": "", + "topFaceResourceName": "", + "bottomFaceResourceName": "", + "frontFaceVisible": true, + "backFaceVisible": false, + "leftFaceVisible": false, + "rightFaceVisible": false, + "topFaceVisible": false, + "bottomFaceVisible": false, + "frontFaceResourceRepeat": false, + "backFaceResourceRepeat": false, + "leftFaceResourceRepeat": false, + "rightFaceResourceRepeat": false, + "topFaceResourceRepeat": false, + "bottomFaceResourceRepeat": false, + "materialType": "Basic" + } + } + ], + "events": [ { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "db74420e-0323-4c3d-aabf-9657b5e7ceb0", - "width": 256, - "x": 736, - "y": 3072, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "type": "BuiltinCommonInstructions::Comment", + "color": { + "b": 109, + "g": 230, + "r": 255, + "textB": 0, + "textG": 0, + "textR": 0 + }, + "comment": "Game Set Up and controls for mobile." }, { - "angle": 90, - "customSize": true, - "depth": 201.7647033558585, - "height": 128, - "layer": "", - "name": "LargeBuildingA", - "persistentUuid": "27958d3e-69c7-436d-aba8-9caa96e4ae6d", - "width": 256, - "x": 480, - "y": 2688, - "zOrder": 25, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] + "type": "BuiltinCommonInstructions::Standard", + "conditions": [ + { + "type": { + "value": "DepartScene" + }, + "parameters": [ + "" + ] + } + ], + "actions": [ + { + "type": { + "value": "BuiltinExternalLayouts::CreateObjectsFromExternalLayout" + }, + "parameters": [ + "", + "\"Level1\"", + "0", + "0" + ] + } + ] }, { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Player", - "persistentUuid": "247c784b-e3e3-4309-8bcf-2f1a15a6137a", - "width": 0, - "x": -960, - "y": 2336, - "zOrder": 26, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "c5752ebf-d881-43be-be7b-0877a6c59e19", - "rotationY": 90, - "width": 0, - "x": 1696, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "0c081d61-e86d-4e36-896d-ec4644f900c6", - "rotationY": 90, - "width": 0, - "x": 1600, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "b5a07d7f-0952-424e-ad72-22a515379a95", - "rotationY": 90, - "width": 0, - "x": 1504, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "7bd70acc-32c8-467c-989b-a5f66c401d2b", - "rotationY": 90, - "width": 0, - "x": 1408, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "5c1c754f-319a-4389-ab21-7fb63e0bda0a", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 3168, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "ff9fac36-96af-4c48-b0ca-691acd63fce3", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 3360, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "9cd8d13b-de3d-4bf4-87bf-2abe06a4b261", - "rotationY": 90, - "width": 0, - "x": -832, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "8057c78e-f254-4491-9c46-128f4782fe05", - "rotationY": 90, - "width": 0, - "x": -1024, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "0af4e036-9f98-451a-8aba-68e66820b805", - "rotationY": 90, - "width": 0, - "x": 576, - "y": 2272, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "dde61f7f-6527-4e77-a60c-4916193b263f", - "rotationY": 90, - "width": 0, - "x": 480, - "y": 2272, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "cd6cea05-40e5-4fa9-8c59-de8183cc3ca2", - "rotationY": 90, - "width": 0, - "x": 672, - "y": 2272, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "c49e324a-42ea-43e8-9c32-57147dd8f83b", - "rotationY": 90, - "width": 0, - "x": 768, - "y": 2272, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "51ebe4f1-db4b-41e1-91cf-5502d851c9de", - "rotationY": 90, - "width": 0, - "x": -160, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "daac475b-42ee-4907-b02a-fc35ee30f848", - "rotationY": 90, - "width": 0, - "x": -256, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "d42de8b9-5d16-4358-bc22-8d4598f97371", - "rotationY": 90, - "width": 0, - "x": -352, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "90283615-94bf-45cb-a1b8-00a67f52764b", - "rotationY": 90, - "width": 0, - "x": -448, - "y": 2432, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "6b708cdf-27ff-444d-8e92-7ba543d297bc", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 3264, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "64cc0d20-24ca-4aeb-b85e-26b528600127", - "rotationY": 90, - "width": 0, - "x": -928, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "e81d73c1-4e82-47f8-8fa6-160d230690fb", - "rotationY": 90, - "width": 0, - "x": 2272, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "73bfdf39-7143-4eb6-ac30-0a08634a743b", - "rotationY": 90, - "width": 0, - "x": 2080, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "d46e59a5-3fbd-44e1-82a2-2d20312ce6ff", - "rotationY": 90, - "width": 0, - "x": 2176, - "y": 3584, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "08b3dc90-6ccf-49fe-9f5d-55aac65c6d2b", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 3168, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "885938d0-0f07-4234-9c40-73c8768efd11", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 3360, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "c1753252-cdaf-41c3-84b1-8a8487650cc2", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 3264, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "4ac8c40f-267d-4446-af22-7c0e59e13cf8", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 1344, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "065bc092-5ecc-4319-8188-f1da29c30308", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 1536, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "a41d4dc4-c0a2-4bba-a2e0-519f0f9693f9", - "rotationY": 90, - "width": 0, - "x": 2496, - "y": 1440, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "e0640462-5811-4452-95df-66f603b2000a", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 1344, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "bab65293-4336-4e1a-8e40-fa7c4834794e", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 1536, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "0e156ead-687a-4284-ab9f-54dc299d9e3e", - "rotationY": 90, - "width": 0, - "x": -1248, - "y": 1440, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "65d77f7a-2e33-41df-be16-07a1352300e9", - "rotationY": 90, - "width": 0, - "x": -832, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "25e0438d-e752-4627-8e54-177e68850c6f", - "rotationY": 90, - "width": 0, - "x": -1024, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "55352883-ec50-49fd-8f95-02e283d59559", - "rotationY": 90, - "width": 0, - "x": -928, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "0a5ad89d-37b8-4626-8033-66525d51ae45", - "rotationY": 90, - "width": 0, - "x": 768, - "y": 992, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "5ba08cc7-082e-469e-9e6c-c04e6dd5500b", - "rotationY": 90, - "width": 0, - "x": 672, - "y": 992, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "8a5369f3-168b-4c5e-8747-253e8dbd5225", - "rotationY": 90, - "width": 0, - "x": 576, - "y": 992, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "68b00898-a265-4234-9b4c-f06b9758014f", - "rotationY": 90, - "width": 0, - "x": 480, - "y": 992, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "dd75aa40-eb8c-4aeb-974b-a6eb5c7f6fde", - "rotationY": 90, - "width": 0, - "x": 768, - "y": 3712, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "5f3a8f36-8786-4d7b-bf3e-884e38d84998", - "rotationY": 90, - "width": 0, - "x": 672, - "y": 3712, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "a760ddf2-363e-4c95-8cae-50e2c2613989", - "rotationY": 90, - "width": 0, - "x": 576, - "y": 3712, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "337dbce1-dcef-486e-aecb-55ec9ce1e985", - "rotationY": 90, - "width": 0, - "x": 480, - "y": 3712, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "12d76402-b0c2-41cd-bdb2-da18b885ffd9", - "rotationY": 90, - "width": 0, - "x": 2272, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "6b151475-d7f0-4054-8d7a-4c39850662ab", - "rotationY": 90, - "width": 0, - "x": 2080, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Coin", - "persistentUuid": "fb99a05a-42bc-4d6e-b20c-644f3c8c4871", - "rotationY": 90, - "width": 0, - "x": 2176, - "y": 1120, - "z": 21, - "zOrder": 27, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "961974af-2353-4cb7-b991-abb5a3ba008c", - "width": 0, - "x": 458, - "y": 2519, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "2efe4012-aeae-4019-86ab-68cfec7d808a", - "width": 256, - "x": 1568, - "y": 2624, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "8efb45db-c4b5-4e9a-8c4b-fa32ff597f6a", - "width": 256, - "x": 672, - "y": 2624, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "e0105e2b-fd38-4dee-917a-a1d47b58716c", - "width": 256, - "x": -224, - "y": 1344, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "19213e9e-cd18-47f1-859e-bd8bf703340c", - "width": 256, - "x": 1248, - "y": 3072, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "70b15498-fb1b-4613-a64b-5f5a01089648", - "width": 256, - "x": 480, - "y": 2944, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "d2fac92e-5edf-4c8d-839c-91848f6f12fe", - "width": 256, - "x": -1056, - "y": 1792, - "zOrder": 30, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "96222ebe-d233-4106-b76c-9253c9c91fd9", - "width": 256, - "x": 736, - "y": 1792, - "zOrder": 31, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "926e14e6-b616-42d3-b8f1-004f51ee8ad3", - "width": 256, - "x": 736, - "y": 1536, - "zOrder": 32, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "4d7b3cc5-d42f-47c1-af53-784335765feb", - "width": 256, - "x": -32, - "y": 1920, - "zOrder": 33, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "6e4650d7-6d6e-44eb-aab3-2ea1c9f3b46c", - "width": 256, - "x": 2272, - "y": 2688, - "zOrder": 34, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "07215062-7dcf-4cb1-abbc-0228c758db31", - "width": 256, - "x": 2272, - "y": 2944, - "zOrder": 35, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 270, - "customSize": true, - "depth": 180.14706219218877, - "height": 128, - "layer": "", - "name": "LargeBuildingF", - "persistentUuid": "b3d91f59-a338-4d48-956f-3208e3fb8c8d", - "width": 256, - "x": 2272, - "y": 3200, - "zOrder": 36, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "7252b2dc-2ee2-49ba-a3f9-9ee9fdbed5f5", - "width": 0, - "x": 504, - "y": 2218, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "95a2eee4-b202-491f-8195-b6536e9792e4", - "width": 0, - "x": -359, - "y": 1238, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "7b59ed58-43ab-4f29-86fb-04507271b056", - "width": 0, - "x": -184, - "y": 938, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "17d7674a-a514-4f2d-970a-8876fd2d8f9a", - "width": 0, - "x": 1802, - "y": 2506, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "c5aba353-b10e-478b-b811-5312a597f526", - "width": 0, - "x": 1962, - "y": 2506, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "df7cc06f-279f-49d3-9845-9838bd6fc7c7", - "width": 0, - "x": 2216, - "y": 2506, - "zOrder": 38, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "623ff137-382d-4b40-86c0-0f6d8de207e8", - "width": 0, - "x": -1046, - "y": 2506, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "78abf4fb-5860-4917-9e4d-438623054362", - "width": 0, - "x": -886, - "y": 2506, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "d4b33614-6703-4313-aebc-e160f9033c17", - "width": 0, - "x": -630, - "y": 2506, - "zOrder": 38, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "1692636c-af3a-4f2e-be6e-a65b9819a4b0", - "width": 0, - "x": -982, - "y": 1239, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "28ec75a2-447b-4107-941f-ec5d6b77a89e", - "width": 0, - "x": -822, - "y": 1239, - "zOrder": 28, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "03f1fe57-cb65-4f93-8606-8048edee2426", - "width": 0, - "x": -566, - "y": 1239, - "zOrder": 38, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "40aa2f18-42ed-44e7-af72-2b89ce2d7e76", - "width": 0, - "x": 648, - "y": 2218, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "b6cfc1c6-f969-4e86-be3c-0ef823076796", - "width": 0, - "x": -136, - "y": 3498, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "adc7725b-fb02-40d7-a49b-816eb4e9e764", - "width": 0, - "x": -360, - "y": 3498, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "9f71e1fa-55ee-40bb-8e1e-75c20710fb46", - "width": 0, - "x": 967, - "y": 938, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "6a1c587b-6bed-4792-bdbd-be141db95da0", - "width": 0, - "x": 1127, - "y": 938, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "921a456b-24ea-4a81-92ac-1046cb123b13", - "width": 0, - "x": 2279, - "y": 950, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "c84002ab-2da3-41f9-8a2b-0440e068d6cc", - "width": 0, - "x": 2134, - "y": 951, - "zOrder": 39, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "72f4cc2c-26e0-4cd5-8612-65ed071e63c2", - "width": 0, - "x": 1674, - "y": 2218, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "a084419d-86e7-462e-954b-b9b39e02dc28", - "width": 0, - "x": 1546, - "y": 2218, - "zOrder": 39, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "Van", - "persistentUuid": "81b7ab4f-6b11-4e35-996f-54d047e40f5f", - "width": 0, - "x": 1994, - "y": 3498, - "zOrder": 37, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 180, - "customSize": false, - "height": 0, - "layer": "", - "name": "SuvLuxury", - "persistentUuid": "6b0baed5-2221-4169-bc8e-425489d30b39", - "width": 0, - "x": 1866, - "y": 3498, - "zOrder": 39, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "", - "name": "Arrow", - "persistentUuid": "52df981e-0aad-4d0e-8a55-445874d76171", - "width": 0, - "x": 1360, - "y": -16, - "zOrder": 40, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "6c163c6c-a432-4f83-b332-a28b2d530794", - "width": 384, - "x": -736, - "y": 512, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "e13256f0-1c31-48cf-801f-e4c0b1641d6f", - "width": 384, - "x": 416, - "y": 512, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "e511776e-300e-455c-a95e-358b0bd89ca1", - "width": 384, - "x": -736, - "y": 1792, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "bf3535b6-dce3-42d4-8d64-c85b994d5179", - "width": 384, - "x": 416, - "y": 1792, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "9f4e9ee0-aa59-401c-81ae-c4091d33340d", - "width": 384, - "x": 1568, - "y": 3072, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 90, - "customSize": true, - "depth": 0, - "height": 1152, - "layer": "", - "name": "Road", - "persistentUuid": "dab11dcf-5072-4b6e-86ce-359366b0ec82", - "width": 384, - "x": 416, - "y": 3072, - "zOrder": 1, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 832, - "layer": "", - "name": "Road", - "persistentUuid": "ce0a2ed1-241c-4eba-9169-8a75d0c877e5", - "width": 384, - "x": 2336, - "y": 1920, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 1024, - "layer": "", - "name": "Road", - "persistentUuid": "b4f6de5d-3b4d-431f-93b8-bf81a01b908f", - "width": 384, - "x": 2336, - "y": 896, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 1024, - "layer": "", - "name": "Road", - "persistentUuid": "8bec17d9-ba1c-4f4c-ac7a-3cf51372edff", - "width": 384, - "x": -1504, - "y": 896, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 832, - "layer": "", - "name": "Road", - "persistentUuid": "362464c3-cac6-4d3c-9ca2-4df612520ae3", - "width": 384, - "x": -1504, - "y": 1920, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": true, - "depth": 0, - "height": 1088, - "layer": "", - "name": "Road", - "persistentUuid": "fde44641-df01-4c40-81d1-b1725e697acf", - "width": 384, - "x": -1504, - "y": 2752, - "zOrder": 0, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - }, - { - "angle": 0, - "customSize": false, - "height": 0, - "layer": "UI", - "name": "RemainingText", - "persistentUuid": "2b76bb1d-a62d-49db-ba85-d80a0aeb0572", - "width": 0, - "x": 5, - "y": 110, - "zOrder": 41, - "numberProperties": [], - "stringProperties": [], - "initialVariables": [] - } - ], - "objects": [ - { - "assetStoreId": "", - "height": 128, - "name": "Road", - "tags": "", - "texture": "RoadWide.png", - "type": "TiledSpriteObject::TiledSprite", - "width": 384, - "variables": [], - "effects": [], - "behaviors": [] - }, - { - "additive": false, - "assetStoreId": "", - "destroyWhenNoParticles": false, - "emitterAngleA": 0, - "emitterAngleB": 45, - "emitterForceMax": 50, - "emitterForceMin": 30, - "flow": 20, - "jumpForwardInTimeOnCreation": 0, - "maxParticleNb": 300, - "name": "Dust", - "particleAlpha1": 220, - "particleAlpha2": 0, - "particleAlphaRandomness1": 0, - "particleAlphaRandomness2": 0, - "particleAngle1": 0, - "particleAngle2": 0, - "particleAngleRandomness1": 0, - "particleAngleRandomness2": 0, - "particleBlue1": 255, - "particleBlue2": 177, - "particleGravityX": 0, - "particleGravityY": 0, - "particleGreen1": 255, - "particleGreen2": 177, - "particleLifeTimeMax": 1, - "particleLifeTimeMin": 0.5, - "particleRed1": 255, - "particleRed2": 177, - "particleSize1": 20, - "particleSize2": 100, - "particleSizeRandomness1": 0, - "particleSizeRandomness2": 0, - "rendererParam1": 30, - "rendererParam2": 1, - "rendererType": "Point", - "tags": "", - "tank": -1, - "textureParticleName": "", - "type": "ParticleSystem::ParticleEmitter", - "zoneRadius": 8, - "variables": [], - "effects": [], - "behaviors": [] - }, - { - "additive": false, - "assetStoreId": "", - "destroyWhenNoParticles": false, - "emitterAngleA": 0, - "emitterAngleB": 360, - "emitterForceMax": 100, - "emitterForceMin": 50, - "flow": 400, - "jumpForwardInTimeOnCreation": 0, - "maxParticleNb": 300, - "name": "CoinPickUp", - "particleAlpha1": 204, - "particleAlpha2": 0, - "particleAlphaRandomness1": 0, - "particleAlphaRandomness2": 0, - "particleAngle1": 0, - "particleAngle2": 0, - "particleAngleRandomness1": 0, - "particleAngleRandomness2": 0, - "particleBlue1": 28, - "particleBlue2": 255, - "particleGravityX": 0, - "particleGravityY": 0, - "particleGreen1": 231, - "particleGreen2": 255, - "particleLifeTimeMax": 1, - "particleLifeTimeMin": 0.5, - "particleRed1": 248, - "particleRed2": 255, - "particleSize1": 100, - "particleSize2": 50, - "particleSizeRandomness1": 0, - "particleSizeRandomness2": 0, - "rendererParam1": 15, - "rendererParam2": 1, - "rendererType": "Point", - "tags": "", - "tank": 15, - "textureParticleName": "", - "type": "ParticleSystem::ParticleEmitter", - "zoneRadius": 10, - "variables": [], - "effects": [], - "behaviors": [] - }, - { - "assetStoreId": "", - "bold": false, - "italic": false, - "name": "BestTimeText", - "smoothed": true, - "tags": "", - "type": "TextObject::Text", - "underlined": false, - "variables": [], - "effects": [], - "behaviors": [], - "string": "Best: 0", - "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", - "textAlignment": "left", - "characterSize": 25, - "color": { - "b": 255, - "g": 255, - "r": 255 - } - }, - { - "assetStoreId": "", - "bold": false, - "italic": false, - "name": "RemainingText", - "smoothed": true, - "tags": "", - "type": "TextObject::Text", - "underlined": false, - "variables": [], - "effects": [], - "behaviors": [], - "string": "Remaining: 0", - "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", - "textAlignment": "left", - "characterSize": 25, - "color": { - "b": 255, - "g": 255, - "r": 255 - } - }, - { - "assetStoreId": "", - "bold": false, - "italic": false, - "name": "TimeText", - "smoothed": true, - "tags": "", - "type": "TextObject::Text", - "underlined": false, - "variables": [], - "effects": [], - "behaviors": [], - "string": "Time:", - "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", - "textAlignment": "left", - "characterSize": 40, - "color": { - "b": 255, - "g": 255, - "r": 255 - } - }, - { - "assetStoreId": "", - "bold": false, - "italic": false, - "name": "TutorialText", - "smoothed": true, - "tags": "", - "type": "TextObject::Text", - "underlined": false, - "variables": [], - "effects": [], - "behaviors": [], - "string": "Arrow keys to drive. Collect all coins.", - "font": "27d4da0f7767cf3fbf14eb2c8da758dbcfc7b5038c9214d5e6ed62db6476a6e5_Chango-Regular.ttf", - "textAlignment": "left", - "characterSize": 20, - "color": { - "b": 255, - "g": 255, - "r": 255 - } - }, - { - "assetStoreId": "112c69f62e03fa6df7716cc6b8f174c17857fbf71c8d3fffd16fa8fdbfa49bf1", - "name": "SteeringJoystick", - "tags": "", - "type": "SpriteMultitouchJoystick::SpriteMultitouchJoystick", - "variables": [], - "effects": [], - "behaviors": [], - "content": { - "DeadZoneRadius": 0.2 - }, - "childrenContent": { - "Border": { - "adaptCollisionMaskAutomatically": false, - "updateIfNotVisible": false, - "animations": [ - { - "name": "Idle", - "useMultipleDirections": false, - "directions": [ - { - "looping": false, - "timeBetweenFrames": 0.08, - "sprites": [ - { - "hasCustomCollisionMask": false, - "image": "assets\\Line light joystick border LeftRightt.png", - "points": [], - "originPoint": { - "name": "origine", - "x": 0, - "y": 0 - }, - "centerPoint": { - "automatic": true, - "name": "centre", - "x": 0, - "y": 0 - }, - "customCollisionMask": [] - } - ] - } - ] - } - ] - }, - "Thumb": { - "adaptCollisionMaskAutomatically": false, - "updateIfNotVisible": false, - "animations": [ - { - "name": "Idle", - "useMultipleDirections": false, - "directions": [ - { - "looping": false, - "timeBetweenFrames": 0.08, - "sprites": [ - { - "hasCustomCollisionMask": false, - "image": "Line light joystick thumb.png", - "points": [], - "originPoint": { - "name": "origine", - "x": 0, - "y": 0 - }, - "centerPoint": { - "automatic": true, - "name": "centre", - "x": 0, - "y": 0 - }, - "customCollisionMask": [] - } - ] - } - ] - } - ] - } - } - }, - { - "assetStoreId": "112c69f62e03fa6df7716cc6b8f174c17857fbf71c8d3fffd16fa8fdbfa49bf1", - "name": "PedalJoystick", - "tags": "", - "type": "SpriteMultitouchJoystick::SpriteMultitouchJoystick", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Anchor", - "type": "AnchorBehavior::AnchorBehavior", - "bottomEdgeAnchor": 0, - "leftEdgeAnchor": 0, - "relativeToOriginalWindowSize": true, - "rightEdgeAnchor": 2, - "topEdgeAnchor": 0, - "useLegacyBottomAndRightAnchors": false - } - ], - "content": { - "DeadZoneRadius": 0.2 - }, - "childrenContent": { - "Border": { - "adaptCollisionMaskAutomatically": false, - "updateIfNotVisible": false, - "animations": [ - { - "name": "Idle", - "useMultipleDirections": false, - "directions": [ - { - "looping": false, - "timeBetweenFrames": 0.08, - "sprites": [ - { - "hasCustomCollisionMask": false, - "image": "assets\\Line light joystick border UpDown.png", - "points": [], - "originPoint": { - "name": "origine", - "x": 0, - "y": 0 - }, - "centerPoint": { - "automatic": true, - "name": "centre", - "x": 0, - "y": 0 - }, - "customCollisionMask": [] - } - ] - } - ] - } - ] - }, - "Thumb": { - "adaptCollisionMaskAutomatically": false, - "updateIfNotVisible": false, - "animations": [ - { - "name": "Idle", - "useMultipleDirections": false, - "directions": [ - { - "looping": false, - "timeBetweenFrames": 0.08, - "sprites": [ - { - "hasCustomCollisionMask": false, - "image": "Line light joystick thumb.png", - "points": [], - "originPoint": { - "name": "origine", - "x": 0, - "y": 0 - }, - "centerPoint": { - "automatic": true, - "name": "centre", - "x": 0, - "y": 0 - }, - "customCollisionMask": [] - } - ] - } - ] - } - ] - } - } - }, - { - "assetStoreId": "cddab55130dbd5a0b36f763200e876fb514aa608e1b057a136ebdb5f80006e2c", - "name": "Player", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Physics2", - "type": "Physics2::Physics2Behavior", - "bodyType": "Dynamic", - "bullet": false, - "fixedRotation": false, - "canSleep": true, - "shape": "Box", - "shapeDimensionA": 0, - "shapeDimensionB": 0, - "shapeOffsetX": 0, - "shapeOffsetY": 0, - "polygonOrigin": "Center", - "vertices": [], - "density": 1, - "friction": 2, - "restitution": 1.5, - "linearDamping": 4, - "angularDamping": 20, - "gravityScale": 0, - "layers": 1, - "masks": 1 - } - ], - "content": { - "centerLocation": "ObjectCenter", - "depth": 74, - "height": 74, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Sedan Sports.glb", - "originLocation": "ModelOrigin", - "rotationX": 90, - "rotationY": 0, - "rotationZ": -90, - "width": 74, - "animations": [] - } - }, - { - "assetStoreId": "541d82997e1d0e79b20a617cfcc249d1169d838db8512612894f18d64ea7374f", - "name": "LargeBuildingF", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Physics2", - "type": "Physics2::Physics2Behavior", - "bodyType": "Static", - "bullet": false, - "fixedRotation": false, - "canSleep": true, - "shape": "Box", - "shapeDimensionA": 0, - "shapeDimensionB": 0, - "shapeOffsetX": 0, - "shapeOffsetY": 0, - "polygonOrigin": "Center", - "vertices": [], - "density": 1, - "friction": 0.3, - "restitution": 0.1, - "linearDamping": 0.1, - "angularDamping": 0.1, - "gravityScale": 1, - "layers": 1, - "masks": 1 - } - ], - "content": { - "centerLocation": "ModelOrigin", - "depth": 245, - "height": 245, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Large Building F2.glb", - "originLocation": "ModelOrigin", - "rotationX": 90, - "rotationY": 0, - "rotationZ": 0, - "width": 245, - "animations": [] - } - }, - { - "assetStoreId": "479c508ead309e45d684605c3539fd2b3a3a3a1ea8a277f102e8366873aad249", - "name": "LargeBuildingA", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Physics2", - "type": "Physics2::Physics2Behavior", - "bodyType": "Static", - "bullet": false, - "fixedRotation": false, - "canSleep": true, - "shape": "Box", - "shapeDimensionA": 0, - "shapeDimensionB": 0, - "shapeOffsetX": 0, - "shapeOffsetY": 0, - "polygonOrigin": "Center", - "vertices": [], - "density": 1, - "friction": 0.3, - "restitution": 0.1, - "linearDamping": 0.1, - "angularDamping": 0.1, - "gravityScale": 1, - "layers": 1, - "masks": 1 - } - ], - "content": { - "centerLocation": "ModelOrigin", - "depth": 245, - "height": 245, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Large Building A.glb", - "originLocation": "ModelOrigin", - "rotationX": 90, - "rotationY": 0, - "rotationZ": 0, - "width": 245, - "animations": [] - } - }, - { - "assetStoreId": "fcb1a484380a00837bfc40406681f434dd57cce8bdf94694b237fc809bf7b4fb", - "name": "SuvLuxury", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Physics2", - "type": "Physics2::Physics2Behavior", - "bodyType": "Dynamic", - "bullet": false, - "fixedRotation": false, - "canSleep": true, - "shape": "Box", - "shapeDimensionA": 0, - "shapeDimensionB": 0, - "shapeOffsetX": 0, - "shapeOffsetY": 0, - "polygonOrigin": "Center", - "vertices": [], - "density": 1, - "friction": 0.5, - "restitution": 0.2, - "linearDamping": 7, - "angularDamping": 4, - "gravityScale": 0, - "layers": 1, - "masks": 1 - } - ], - "content": { - "centerLocation": "ModelOrigin", - "depth": 84, - "height": 84, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Suv Luxury5.glb", - "originLocation": "ModelOrigin", - "rotationX": 90, - "rotationY": 0, - "rotationZ": -90, - "width": 84, - "animations": [] - } - }, - { - "assetStoreId": "0d7e7a700fe654df077830ff50844449cdaddbb46dbe23de65f970569e6a983b", - "name": "Van", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "Physics2", - "type": "Physics2::Physics2Behavior", - "bodyType": "Dynamic", - "bullet": false, - "fixedRotation": false, - "canSleep": true, - "shape": "Box", - "shapeDimensionA": 0, - "shapeDimensionB": 0, - "shapeOffsetX": 0, - "shapeOffsetY": 0, - "polygonOrigin": "Center", - "vertices": [], - "density": 1, - "friction": 0.5, - "restitution": 0.2, - "linearDamping": 7, - "angularDamping": 4, - "gravityScale": 0, - "layers": 1, - "masks": 1 - } - ], - "content": { - "centerLocation": "ModelOrigin", - "depth": 79, - "height": 79, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Van2.glb", - "originLocation": "ModelOrigin", - "rotationX": 90, - "rotationY": 0, - "rotationZ": -90, - "width": 79, - "animations": [] - } - }, - { - "assetStoreId": "b8200f0619b25c76e3d392f1d0d16d7547bf1c96097bc23af81b68cf11e57677", - "name": "Coin", - "tags": "", - "type": "Scene3D::Model3DObject", - "variables": [], - "effects": [], - "behaviors": [ - { - "name": "InOnScreen", - "type": "IsOnScreen::InOnScreen" - } - ], - "content": { - "centerLocation": "ModelOrigin", - "depth": 31, - "height": 31, - "keepAspectRatio": true, - "materialType": "StandardWithoutMetalness", - "modelResourceName": "Coin.glb", - "originLocation": "ModelOrigin", - "rotationX": 0, - "rotationY": 0, - "rotationZ": 0, - "width": 31, - "animations": [] - } - }, - { - "adaptCollisionMaskAutomatically": false, - "assetStoreId": "", - "name": "Arrow", - "tags": "", - "type": "Sprite", - "updateIfNotVisible": false, - "variables": [], - "effects": [], - "behaviors": [], - "animations": [ - { - "name": "", - "useMultipleDirections": false, - "directions": [ - { - "looping": false, - "timeBetweenFrames": 0.08, - "sprites": [ - { - "hasCustomCollisionMask": false, - "image": "Arrow.png", - "points": [], - "originPoint": { - "name": "origine", - "x": 80, - "y": 16 - }, - "centerPoint": { - "automatic": true, - "name": "centre", - "x": 0, - "y": 0 - }, - "customCollisionMask": [] - } - ] - } - ] - } - ] - } - ], - "events": [ - { - "type": "BuiltinCommonInstructions::Comment", - "color": { - "b": 109, - "g": 230, - "r": 255, - "textB": 0, - "textG": 0, - "textR": 0 - }, - "comment": "Game Set Up and controls for mobile." - }, - { - "type": "BuiltinCommonInstructions::Standard", - "conditions": [ - { - "type": { - "value": "DepartScene" - }, - "parameters": [ - "" - ] - } - ], - "actions": [ - { - "type": { - "value": "ModVarSceneTxt" - }, - "parameters": [ - "GameState", - "=", - "\"Playing\"" - ] - }, - { - "type": { - "value": "CentreCamera" - }, - "parameters": [ - "", - "Player", - "", - "\"\"", - "" - ] - }, - { - "type": { - "value": "LireFichierExp" - }, - "parameters": [ - "\"HighScore\"", - "\"HighScore\"", - "", - "HighScore" - ] - }, - { - "type": { - "value": "TextObject::String" - }, - "parameters": [ - "BestTimeText", - "=", - "\"Best: \" + TimeFormatter::SecondsToHHMMSS000(Variable(HighScore))" - ] - }, - { - "type": { - "value": "TextObject::String" - }, - "parameters": [ - "RemainingText", - "=", - "\"Remaining: \" + ToString(SceneInstancesCount(Coin))" - ] - }, - { - "type": { - "value": "PlaySoundCanal" - }, - "parameters": [ - "", - "assets\\CarEngine.mp3", - "0", - "yes", - "30", - "1" - ] - } - ], - "events": [ - { - "type": "BuiltinCommonInstructions::Standard", - "conditions": [ - { - "type": { - "inverted": true, - "value": "SystemInfo::IsMobile" - }, - "parameters": [] - } - ], - "actions": [ - { - "type": { - "value": "Delete" - }, - "parameters": [ - "SteeringJoystick", - "" - ] - }, - { - "type": { - "value": "Delete" - }, - "parameters": [ - "PedalJoystick", - "" - ] - } - ] - }, - { - "type": "BuiltinCommonInstructions::Standard", - "conditions": [ - { - "type": { - "value": "SystemInfo::IsMobile" - }, - "parameters": [] - } - ], - "actions": [ - { - "type": { - "value": "Delete" - }, - "parameters": [ - "TutorialText", - "" - ] - } - ] - } - ] + "type": "BuiltinCommonInstructions::Standard", + "conditions": [ + { + "type": { + "value": "DepartScene" + }, + "parameters": [ + "" + ] + } + ], + "actions": [ + { + "type": { + "value": "ModVarSceneTxt" + }, + "parameters": [ + "GameState", + "=", + "\"Playing\"" + ] + }, + { + "type": { + "value": "CentreCamera" + }, + "parameters": [ + "", + "Player", + "", + "\"\"", + "" + ] + }, + { + "type": { + "value": "LireFichierExp" + }, + "parameters": [ + "\"HighScore\"", + "\"HighScore\"", + "", + "HighScore" + ] + }, + { + "type": { + "value": "TextObject::String" + }, + "parameters": [ + "BestTimeText", + "=", + "\"Best: \" + TimeFormatter::SecondsToHHMMSS000(Variable(HighScore))" + ] + }, + { + "type": { + "value": "TextObject::String" + }, + "parameters": [ + "RemainingText", + "=", + "\"Remaining: \" + ToString(SceneInstancesCount(Coin))" + ] + }, + { + "type": { + "value": "PlaySoundCanal" + }, + "parameters": [ + "", + "assets\\CarEngine.mp3", + "0", + "yes", + "30", + "1" + ] + } + ], + "events": [ + { + "type": "BuiltinCommonInstructions::Standard", + "conditions": [ + { + "type": { + "inverted": true, + "value": "SystemInfo::IsMobile" + }, + "parameters": [] + } + ], + "actions": [ + { + "type": { + "value": "Delete" + }, + "parameters": [ + "SteeringJoystick", + "" + ] + }, + { + "type": { + "value": "Delete" + }, + "parameters": [ + "PedalJoystick", + "" + ] + } + ] + }, + { + "type": "BuiltinCommonInstructions::Standard", + "conditions": [ + { + "type": { + "value": "SystemInfo::IsMobile" + }, + "parameters": [] + } + ], + "actions": [ + { + "type": { + "value": "Delete" + }, + "parameters": [ + "TutorialText", + "" + ] + } + ] + } + ] }, { "colorB": 228, @@ -4288,26 +2407,23 @@ "actions": [ { "type": { - "value": "MettreXY" + "value": "SetAngle" }, "parameters": [ "Arrow", "=", - "Player.CenterX()", - "=", - "Player.CenterY()" + "AngleBetweenPositions(Player.CenterX(), Player.CenterY(), Coin.CenterX(), Coin.CenterY())" ] }, { "type": { - "value": "RotateTowardPosition" + "value": "MettreAutour" }, "parameters": [ "Arrow", - "Coin.CenterX()", - "Coin.CenterY()", - "720", - "" + "Player", + "160", + "Arrow.Angle()" ] } ], @@ -4842,10 +2958,30 @@ "name": "Anchor", "type": "AnchorBehavior::AnchorBehavior" }, + { + "name": "Animation", + "type": "AnimatableCapability::AnimatableBehavior" + }, + { + "name": "Effect", + "type": "EffectCapability::EffectBehavior" + }, + { + "name": "Flippable", + "type": "FlippableCapability::FlippableBehavior" + }, { "name": "InOnScreen", "type": "IsOnScreen::InOnScreen" }, + { + "name": "Object3D", + "type": "Scene3D::Base3DBehavior" + }, + { + "name": "Opacity", + "type": "OpacityCapability::OpacityBehavior" + }, { "name": "Physics2", "type": "Physics2::Physics2Behavior", @@ -4853,6 +2989,14 @@ "gravityY": 9.8, "scaleX": 100, "scaleY": 100 + }, + { + "name": "Resizable", + "type": "ResizableCapability::ResizableBehavior" + }, + { + "name": "Scale", + "type": "ScalableCapability::ScalableBehavior" } ] }, @@ -16518,9 +14662,2414 @@ } ] } - ] + ] + } + ], + "externalLayouts": [ + { + "associatedLayout": "Game", + "name": "Level1", + "instances": [ + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "a9a4887f-ca10-45a0-9c7b-0c7f37c70a8f", + "width": 256, + "x": -1088, + "y": 0, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "bcfdd521-fe50-4e3f-b91a-9d73b72fe96b", + "width": 256, + "x": -128, + "y": 64, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "97210e1e-0fe2-4470-b649-52fd75667fb5", + "width": 256, + "x": -768, + "y": -704, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "3e217ee2-789d-4101-bfe1-7d1f93497ca9", + "width": 256, + "x": -64, + "y": -640, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "56cbc3bf-8596-4964-9bb1-d435ef26deef", + "width": 256, + "x": -1024, + "y": -704, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "31650634-da10-4bef-a53d-2fbc7f00c4a6", + "width": 256, + "x": -896, + "y": 64, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "4674c98e-f9ad-4c4a-8268-d5501967fa2e", + "width": 256, + "x": -640, + "y": 64, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "0c347560-65a4-4440-baff-086fd1567d09", + "width": 256, + "x": -384, + "y": 64, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "f33beccc-0f5b-4b92-a193-ca3289b4a14d", + "width": 256, + "x": -1088, + "y": -512, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "11a0284f-62eb-4ab5-8952-50ec50b45ed0", + "width": 256, + "x": -64, + "y": -384, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "521d809c-97fb-42e1-9c23-2c6c9222c207", + "width": 256, + "x": -512, + "y": -704, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "65fffd98-3fe2-461b-9f14-c4cac8ba87f9", + "width": 256, + "x": 1216, + "y": 1280, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "20da10ce-0b97-4329-a824-7fdf6bd740c2", + "width": 256, + "x": 2176, + "y": 1344, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "3bfc6886-f8b4-4139-a58d-53d6edd675f0", + "width": 256, + "x": 2048, + "y": 576, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "11df5d8d-69e9-4c57-ab85-2915eb88aaa9", + "width": 256, + "x": 512, + "y": 64, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "1a6ec265-0739-4bc3-9944-0bb45851a49f", + "width": 256, + "x": 1408, + "y": 1344, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "92bba79a-e89e-4535-b63e-3fe3ce6e911f", + "width": 256, + "x": 1664, + "y": 1344, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "6cd00539-0275-4d78-a788-e9b28b9bd55c", + "width": 256, + "x": 1920, + "y": 1344, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "0c8e2b36-716f-425d-8805-1f1203ee27f2", + "width": 256, + "x": 448, + "y": -128, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "2d09b44a-ed70-4e35-94a2-05f8dcccfc0b", + "width": 256, + "x": 1792, + "y": 576, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "6838257f-94d5-458a-ab10-21c72b85a3f8", + "width": 256, + "x": 704, + "y": 0, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "05746046-8c04-48e2-a104-fda74c0fcba0", + "width": 256, + "x": 1280, + "y": 576, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "d2139f22-6fc5-43bc-93f5-88b408a0da00", + "width": 256, + "x": 1216, + "y": 768, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "a13ec1aa-8a54-4826-8e82-c7b0f5e1f576", + "width": 256, + "x": 448, + "y": -640, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "45b8dfbf-ccf4-4465-96c5-342d6cdaff5e", + "width": 256, + "x": 448, + "y": -384, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "92d6018a-a0d6-40fc-8347-7e08a20f9f54", + "width": 256, + "x": 640, + "y": -704, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "ded079a6-f2ff-4d59-a779-86ad03033732", + "width": 256, + "x": 512, + "y": 1344, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "903808f8-da6d-4bff-ac04-70db3de11660", + "width": 256, + "x": 448, + "y": 1152, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "fd42a88c-08da-4261-875f-ce4654e55420", + "width": 256, + "x": 704, + "y": 1280, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "ea2b887a-cdbb-4a08-85be-f387a5da95df", + "width": 256, + "x": 704, + "y": 768, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "0cdb6e4b-e015-4c82-9126-12cc1c0a9168", + "width": 256, + "x": 704, + "y": 1024, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 201.7647033558585, + "height": 128, + "layer": "", + "name": "LargeBuildingA", + "persistentUuid": "90cabc2e-ff2d-4902-848a-3b2ca39c81c4", + "width": 256, + "x": 448, + "y": 640, + "zOrder": 25, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Player", + "persistentUuid": "894bdbd1-6dc0-474b-ae8a-1ced5a9cc957", + "width": 0, + "x": -992, + "y": 288, + "zOrder": 26, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "0da5d162-ce33-441f-a8d3-ff017d2fd2d5", + "rotationY": 90, + "width": 0, + "x": 1664, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "86323d49-bfee-409d-910f-fdeea6999501", + "rotationY": 90, + "width": 0, + "x": 1568, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "d490a1e4-922e-4837-9160-56f76758c8b6", + "rotationY": 90, + "width": 0, + "x": 1472, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "36890c73-8149-4297-981e-d83555bf4dcb", + "rotationY": 90, + "width": 0, + "x": 1376, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "d392011b-0dab-4705-93c6-1565cede70d6", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": 1120, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "4e80ac91-a9c6-421d-84fb-da675ade03ca", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": 1312, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "3f567b7d-564a-4d42-95b9-421816917e0f", + "rotationY": 90, + "width": 0, + "x": -864, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "84e79653-7e26-4fef-875f-5e858a03fbf9", + "rotationY": 90, + "width": 0, + "x": -1056, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "eeda5d0e-06b7-4c85-bf36-c3092ccc8d9f", + "rotationY": 90, + "width": 0, + "x": 544, + "y": 224, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "274b66e4-c95e-4374-add9-c1db8090bf6d", + "rotationY": 90, + "width": 0, + "x": 448, + "y": 224, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "eb1a46fb-2f6b-4f05-8932-eb9d7072b3ca", + "rotationY": 90, + "width": 0, + "x": 640, + "y": 224, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "b619af0b-588c-42ab-b98e-add403b1c6f7", + "rotationY": 90, + "width": 0, + "x": 736, + "y": 224, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "464e62ae-e49a-46ec-b81c-3ffff428122b", + "rotationY": 90, + "width": 0, + "x": -192, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "ffe78002-8cb0-45e8-953f-65648fe0bb6b", + "rotationY": 90, + "width": 0, + "x": -288, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "d5856c94-5ca4-4e9c-ad8a-27f64107011a", + "rotationY": 90, + "width": 0, + "x": -384, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "c6cffc5d-5845-469a-a163-11f925f31309", + "rotationY": 90, + "width": 0, + "x": -480, + "y": 384, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "37983f2a-555b-4705-a7de-88a8f5145ed4", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": 1216, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "cc3ff3ba-91eb-4e5d-b982-61d5bbedae1e", + "rotationY": 90, + "width": 0, + "x": -960, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "84e5efdd-e8b2-4eec-a5c8-53026c16cd7c", + "rotationY": 90, + "width": 0, + "x": 2240, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "2c168740-81d7-4fc4-9470-16f9c927628d", + "rotationY": 90, + "width": 0, + "x": 2048, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "f7fc9e25-e24e-4df9-8093-e808223b4b99", + "rotationY": 90, + "width": 0, + "x": 2144, + "y": 1536, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "902cf497-b394-425a-a9db-5eddefc4e98c", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": 1120, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "527f0396-148d-4b9a-891b-3b030ed4c7c9", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": 1312, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "c43c4f54-000b-49ee-b8e7-fd9f39a65ad6", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": 1216, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "4aa5ac47-d13c-47f3-b278-987402f165b8", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": -704, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "36309f76-fad5-4086-a216-142c7000932a", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": -512, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "13215893-1843-4998-beab-8c9420ab191e", + "rotationY": 90, + "width": 0, + "x": 2464, + "y": -608, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "01564816-db2d-4222-9271-691a782814ab", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": -704, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "4112fc62-34be-4269-b843-94d7ef614ad2", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": -512, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "ae78128d-84ce-4d60-8baa-f0b7edac934c", + "rotationY": 90, + "width": 0, + "x": -1280, + "y": -608, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "1a6de6d8-8f3a-465c-8872-69f145ddef23", + "rotationY": 90, + "width": 0, + "x": -864, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "a38b1d1e-0a5b-405c-ad85-4a4610c1b2c6", + "rotationY": 90, + "width": 0, + "x": -1056, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "a1fea144-0d41-47fe-9522-0191b2a188a8", + "rotationY": 90, + "width": 0, + "x": -960, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "81751047-2c44-4915-aa4c-a8beb7ffb039", + "rotationY": 90, + "width": 0, + "x": 736, + "y": -1056, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "f2f482fe-5abe-4bed-a2a3-3d24fe635a26", + "rotationY": 90, + "width": 0, + "x": 640, + "y": -1056, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "8c7022de-259d-408e-a83b-e2dba8f1ac18", + "rotationY": 90, + "width": 0, + "x": 544, + "y": -1056, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "d52ddf39-738d-4e60-bf80-4b43f89099e2", + "rotationY": 90, + "width": 0, + "x": 448, + "y": -1056, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "d50d718d-7834-44dd-9d09-a68d411882f3", + "rotationY": 90, + "width": 0, + "x": 736, + "y": 1664, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "b954ca9b-4c6e-4478-9606-4e6bbad0aa1e", + "rotationY": 90, + "width": 0, + "x": 640, + "y": 1664, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "0a095649-4dbc-4c54-a193-66cae16a1879", + "rotationY": 90, + "width": 0, + "x": 544, + "y": 1664, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "2e4839e5-ef94-40e6-b2a6-3671ed98ac00", + "rotationY": 90, + "width": 0, + "x": 448, + "y": 1664, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "3c41c0ed-3526-4fe0-adea-135b38a8555f", + "rotationY": 90, + "width": 0, + "x": 2240, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "7a5ff952-5e59-45d4-b1be-45e53fcdf281", + "rotationY": 90, + "width": 0, + "x": 2048, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Coin", + "persistentUuid": "502f8c2f-079b-4ee3-8fc2-69e112c4ee13", + "rotationY": 90, + "width": 0, + "x": 2144, + "y": -928, + "z": 21, + "zOrder": 27, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "9589bc77-0357-4388-b5ec-e1092d0557fe", + "width": 0, + "x": 426, + "y": 471, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "0923c025-2301-44f6-9c32-91043e3cf9c5", + "width": 256, + "x": 1536, + "y": 576, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "a94497ae-b7eb-4df8-840b-0ac8382f6327", + "width": 256, + "x": 640, + "y": 576, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "a567d019-c172-4b8f-bfed-654c28709043", + "width": 256, + "x": -256, + "y": -704, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "c1cd9bb9-62e8-4e06-8503-92aac61c7262", + "width": 256, + "x": 1216, + "y": 1024, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "c3a83986-488c-4812-ae8c-5415ad20f08e", + "width": 256, + "x": 448, + "y": 896, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "594ae657-a1bb-436f-a4df-319949c2c14a", + "width": 256, + "x": -1088, + "y": -256, + "zOrder": 30, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "f4ccec6d-6fd1-4756-b079-8950ab54891e", + "width": 256, + "x": 704, + "y": -256, + "zOrder": 31, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "76dfc897-cfb4-491a-8327-11380541a5ce", + "width": 256, + "x": 704, + "y": -512, + "zOrder": 32, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "139dda3d-2ac7-42d4-91e0-ab44ff464a5f", + "width": 256, + "x": -64, + "y": -128, + "zOrder": 33, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "8c1e8064-f239-4db0-97b0-682bea722b0d", + "width": 256, + "x": 2240, + "y": 640, + "zOrder": 34, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "395f9f8d-19bc-4927-a103-9550563fd1c6", + "width": 256, + "x": 2240, + "y": 896, + "zOrder": 35, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 270, + "customSize": true, + "depth": 180.14706219218877, + "height": 128, + "layer": "", + "name": "LargeBuildingF", + "persistentUuid": "3ca01a52-6ec5-43ea-9285-b3aa1ef17c15", + "width": 256, + "x": 2240, + "y": 1152, + "zOrder": 36, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "fa97679d-81b5-4edf-91ce-a00d4bc798c2", + "width": 0, + "x": 472, + "y": 170, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "2dd3cdfa-a9aa-4fca-969d-a9b53a744eb2", + "width": 0, + "x": -391, + "y": -810, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "c1c8cd46-9a2b-4927-858b-76316c5a95b6", + "width": 0, + "x": -216, + "y": -1110, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "32547478-ebd7-4242-8afc-5c8f969bd186", + "width": 0, + "x": 1770, + "y": 458, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "5f2e97f0-7bb3-457f-925e-d2d38ba0e7ab", + "width": 0, + "x": 1930, + "y": 458, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "384c861f-fddd-4481-b559-448e68de9746", + "width": 0, + "x": 2184, + "y": 458, + "zOrder": 38, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "478f6d08-f51b-46ce-b5ae-a9ad98378e33", + "width": 0, + "x": -1078, + "y": 458, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "3fce5402-89bd-4976-a7b4-b4238e485fb3", + "width": 0, + "x": -918, + "y": 458, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "acb3437b-84fc-4e7f-8260-5e39448bef0f", + "width": 0, + "x": -662, + "y": 458, + "zOrder": 38, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "9d4b0ad2-7092-4d04-83ee-25f42217d50b", + "width": 0, + "x": -1014, + "y": -809, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "778bca32-1711-492f-a3b0-a7818a0be53a", + "width": 0, + "x": -854, + "y": -809, + "zOrder": 28, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "50e40d07-e62f-4bbc-95f4-31e3a00b13a7", + "width": 0, + "x": -598, + "y": -809, + "zOrder": 38, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "db6379dd-828b-4b97-8c34-1e3aefd16053", + "width": 0, + "x": 616, + "y": 170, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "24c0eb97-df17-4ec3-b525-6775f3e4b171", + "width": 0, + "x": -168, + "y": 1450, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "3867bff0-bc6b-4cde-bd55-aa0e1acb951f", + "width": 0, + "x": -392, + "y": 1450, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "573153a2-d34f-4f7d-a078-d591f21417dd", + "width": 0, + "x": 935, + "y": -1110, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "6c3d140a-a1d9-4713-be38-d77dadcc147a", + "width": 0, + "x": 1095, + "y": -1110, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "2cc2aad3-8095-45bf-b31c-3ea4c53a54fe", + "width": 0, + "x": 2247, + "y": -1098, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "e5a60d8e-77ff-4627-af10-ad2af0055da7", + "width": 0, + "x": 2102, + "y": -1097, + "zOrder": 39, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "bc21ef32-eb2c-4588-8535-9bbaf10b0fe8", + "width": 0, + "x": 1642, + "y": 170, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "634c6020-2d28-47be-b2e4-2f0acdff4326", + "width": 0, + "x": 1514, + "y": 170, + "zOrder": 39, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "Van", + "persistentUuid": "c2d673cd-0b27-4ab6-b26b-641469b9514b", + "width": 0, + "x": 1962, + "y": 1450, + "zOrder": 37, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "SuvLuxury", + "persistentUuid": "f1ea9686-2334-44fb-8dc3-981db82aea0d", + "width": 0, + "x": 1834, + "y": 1450, + "zOrder": 39, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "8f939289-ce00-49c8-8646-515c85580db9", + "width": 1152, + "x": -1152, + "y": 1408, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "cb18e3ac-db07-44c5-8746-0baeeadebe74", + "width": 0, + "x": 384, + "y": 1408, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "dff9b457-42ce-4d46-a93e-a8bd0f44030f", + "width": 1152, + "x": 1152, + "y": 1408, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "27286779-2ffd-4ad3-affe-39dbdbc8ef75", + "width": 1152, + "x": 1152, + "y": 128, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "17fb7425-4817-4a27-a352-e2ecb15eae44", + "width": 1152, + "x": 1152, + "y": -1152, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "9ed137cb-69e5-4d3c-8acd-f81b10baedc1", + "width": 1152, + "x": -1152, + "y": -1152, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "75d41047-aac4-492d-a434-7c292fdc5932", + "width": 0, + "x": 384, + "y": -1152, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "6bb6f7ac-9bdb-400d-bf70-164a7fe5bfec", + "width": 0, + "x": 384, + "y": 128, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "3fcc1379-d254-481e-bad2-bc5d4c12de0d", + "width": 896, + "x": -256, + "y": -512, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "b3fcfd40-daf0-4ac0-8ff4-c1ddcf9dcb2f", + "width": 896, + "x": 512, + "y": -512, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "7b70847b-a556-49f3-bb48-c73bc31eeea8", + "width": 896, + "x": 2048, + "y": -512, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "e9045c79-8c9f-433c-87f1-489cd7c5d8b5", + "width": 896, + "x": 2048, + "y": 768, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "f7b9a20a-970f-46a1-a0a9-2345c3082812", + "width": 896, + "x": 512, + "y": 768, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "c382140e-8041-4b53-b182-4d3afef43ceb", + "width": 896, + "x": -256, + "y": 768, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "f97d31b2-91e4-4d98-8ec8-894830e52c4f", + "width": 896, + "x": -1792, + "y": 768, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "92323d5f-fd91-4f0c-b2ba-7bed3b8a28a9", + "width": 896, + "x": -1792, + "y": -512, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 8, + "height": 384, + "layer": "", + "name": "RoadStraight", + "persistentUuid": "9ce5b297-a47a-4ca1-978f-48440f38ed59", + "width": 1152, + "x": -1152, + "y": 128, + "zOrder": 42, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadCrossroadPath", + "persistentUuid": "a65bdf09-c0a8-40f2-bef2-dcde130625b7", + "width": 0, + "x": 768, + "y": 128, + "zOrder": 43, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadCrossroadPath", + "persistentUuid": "efa57fb9-dd0b-431b-ba97-e56bd554f4cb", + "width": 0, + "x": 0, + "y": 128, + "zOrder": 43, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "eb323bf0-2c9f-470d-8f30-7b79ca5b1c15", + "width": 0, + "x": 768, + "y": 1408, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "8a20020b-9ddf-4dd6-8eed-7203403731d5", + "width": 0, + "x": 0, + "y": 1408, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "92e15216-85fa-4eeb-bb9a-04d8f369f724", + "width": 0, + "x": 0, + "y": -1152, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "c4452ded-2d3e-4846-aae6-f81cf1539dd1", + "width": 0, + "x": 768, + "y": -1152, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "a5d5abcc-c6db-41b5-9eed-36f231b1422f", + "width": 0, + "x": -1536, + "y": 128, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": -90, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadIntersectionPath", + "persistentUuid": "e8b0b84a-62f4-453c-beca-103132724997", + "width": 0, + "x": 2304, + "y": 128, + "zOrder": 44, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadBend", + "persistentUuid": "e22cf8f0-a157-4ec5-9e42-663c7f0af27b", + "width": 0, + "x": -1536, + "y": 1408, + "zOrder": 45, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 90, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadBend", + "persistentUuid": "97f7e8a7-7047-4992-bcc9-dbf5214b5414", + "width": 0, + "x": -1536, + "y": -1152, + "zOrder": 45, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 180, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadBend", + "persistentUuid": "7b9c3f8f-bc84-4467-8d28-9453b49ca4c8", + "width": 0, + "x": 2304, + "y": -1152, + "zOrder": 45, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": -90, + "customSize": false, + "height": 0, + "layer": "", + "name": "RoadBend", + "persistentUuid": "4776e313-1e93-4503-93d4-44d6489b243f", + "width": 0, + "x": 2304, + "y": 1408, + "zOrder": 45, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 315, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "52d896d4-1113-4367-94bf-9398965ca670", + "width": 0, + "x": -820, + "y": 674, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 61, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "10990ae3-86ae-4dc3-af87-9f72cfbed80e", + "width": 0, + "x": -230, + "y": 958, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 274, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "79f0c61e-6546-421b-bdb9-fef257734726", + "width": 0, + "x": -767, + "y": 1240, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 57, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "85b17f12-f2b5-45c8-b365-ddfbbef7f2a0", + "width": 0, + "x": 2086, + "y": -274, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 299, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "e45f54e4-ed85-40d5-98eb-a3d7c77285d3", + "width": 0, + "x": 1422, + "y": -136, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 348, + "customSize": false, + "height": 0, + "layer": "", + "name": "CommonTree1", + "persistentUuid": "da1362be-1156-4cd4-af4b-891bb73a43fa", + "width": 0, + "x": 1660, + "y": -579, + "zOrder": 46, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + }, + { + "angle": 0, + "customSize": true, + "depth": 1, + "height": 5888, + "layer": "", + "locked": true, + "name": "Grass", + "persistentUuid": "05276cd6-3502-4c9d-a19e-58308fbbb417", + "sealed": true, + "width": 7936, + "x": -3328, + "y": -2560, + "z": -30, + "zOrder": 47, + "numberProperties": [], + "stringProperties": [], + "initialVariables": [] + } + ], + "editionSettings": { + "grid": true, + "gridType": "rectangular", + "gridWidth": 128, + "gridHeight": 128, + "gridOffsetX": 0, + "gridOffsetY": 0, + "gridColor": 10401023, + "gridAlpha": 0.8, + "snap": true, + "zoomFactor": 0.19561100536769319, + "windowMask": false + } } ], - "externalLayouts": [], "externalSourceFiles": [] } \ No newline at end of file diff --git a/examples/3d-car-coin-hunt/assets/Arrow.png2.png b/examples/3d-car-coin-hunt/assets/Arrow.png2.png new file mode 100644 index 0000000000000000000000000000000000000000..35cadb584f4c269a5884eb529996fccdc321234f GIT binary patch literal 232 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