Skip to content

Commit da1efae

Browse files
authored
Remove unused variants in some examples (#806)
- Don't show in changelog
1 parent 785d333 commit da1efae

File tree

5 files changed

+1913
-4649
lines changed

5 files changed

+1913
-4649
lines changed

examples/3d-road-crosser/3d-road-crosser.json

Lines changed: 1 addition & 269 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
],
8787
"categories": [],
8888
"playableDevices": [
89+
"mobile",
8990
"mobile"
9091
],
9192
"extensionProperties": [],
@@ -23200,275 +23201,6 @@
2320023201
"initialVariables": []
2320123202
}
2320223203
]
23203-
},
23204-
{
23205-
"areaMaxX": 256,
23206-
"areaMaxY": 128,
23207-
"areaMaxZ": 64,
23208-
"areaMinX": 0,
23209-
"areaMinY": 0,
23210-
"areaMinZ": 0,
23211-
"assetStoreAssetId": "055eaaaceaa6fa09820aff95e0291764fbd98d84a9c2fb8cb3c4e059010a477b",
23212-
"assetStoreOriginalName": "Yellow Jelly Button",
23213-
"name": "Yellow Jelly Button",
23214-
"objects": [
23215-
{
23216-
"assetStoreId": "",
23217-
"bold": false,
23218-
"italic": false,
23219-
"name": "Label",
23220-
"smoothed": true,
23221-
"type": "TextObject::Text",
23222-
"underlined": false,
23223-
"variables": [],
23224-
"effects": [],
23225-
"behaviors": [
23226-
{
23227-
"name": "Anchor",
23228-
"type": "AnchorBehavior::AnchorBehavior",
23229-
"bottomEdgeAnchor": 2,
23230-
"leftEdgeAnchor": 1,
23231-
"relativeToOriginalWindowSize": true,
23232-
"rightEdgeAnchor": 2,
23233-
"topEdgeAnchor": 1,
23234-
"useLegacyBottomAndRightAnchors": false
23235-
}
23236-
],
23237-
"string": "Button",
23238-
"font": "Rubik-Regular.ttf",
23239-
"textAlignment": "center",
23240-
"characterSize": 60,
23241-
"color": {
23242-
"b": 0,
23243-
"g": 42,
23244-
"r": 117
23245-
},
23246-
"content": {
23247-
"bold": false,
23248-
"isOutlineEnabled": false,
23249-
"isShadowEnabled": false,
23250-
"italic": false,
23251-
"outlineColor": "255;255;255",
23252-
"outlineThickness": 2,
23253-
"shadowAngle": 90,
23254-
"shadowBlurRadius": 2,
23255-
"shadowColor": "0;0;0",
23256-
"shadowDistance": 4,
23257-
"shadowOpacity": 127,
23258-
"smoothed": true,
23259-
"underlined": false,
23260-
"text": "Button",
23261-
"font": "Rubik-Regular.ttf",
23262-
"textAlignment": "center",
23263-
"verticalTextAlignment": "center",
23264-
"characterSize": 60,
23265-
"color": "117;42;0"
23266-
}
23267-
},
23268-
{
23269-
"assetStoreId": "",
23270-
"bottomMargin": 50,
23271-
"height": 128,
23272-
"leftMargin": 37,
23273-
"name": "Idle",
23274-
"rightMargin": 32,
23275-
"texture": "Yellow Jelly Button_Idle.png",
23276-
"tiled": false,
23277-
"topMargin": 50,
23278-
"type": "PanelSpriteObject::PanelSprite",
23279-
"width": 256,
23280-
"variables": [
23281-
{
23282-
"folded": true,
23283-
"name": "State",
23284-
"type": "string",
23285-
"value": "Idle"
23286-
}
23287-
],
23288-
"effects": [],
23289-
"behaviors": [
23290-
{
23291-
"name": "Anchor",
23292-
"type": "AnchorBehavior::AnchorBehavior",
23293-
"bottomEdgeAnchor": 2,
23294-
"leftEdgeAnchor": 1,
23295-
"relativeToOriginalWindowSize": true,
23296-
"rightEdgeAnchor": 2,
23297-
"topEdgeAnchor": 1,
23298-
"useLegacyBottomAndRightAnchors": false
23299-
},
23300-
{
23301-
"name": "ButtonFSM",
23302-
"type": "PanelSpriteButton::ButtonFSM",
23303-
"serializedBehavior": {
23304-
"name": "ButtonFSM",
23305-
"type": "PanelSpriteButton::ButtonFSM",
23306-
"ShouldCheckHovering": true
23307-
}
23308-
}
23309-
]
23310-
},
23311-
{
23312-
"assetStoreId": "",
23313-
"bottomMargin": 50,
23314-
"height": 128,
23315-
"leftMargin": 37,
23316-
"name": "Hovered",
23317-
"rightMargin": 32,
23318-
"texture": "Yellow Jelly Button_Hovered.png",
23319-
"tiled": false,
23320-
"topMargin": 50,
23321-
"type": "PanelSpriteObject::PanelSprite",
23322-
"width": 256,
23323-
"variables": [],
23324-
"effects": [],
23325-
"behaviors": [
23326-
{
23327-
"name": "Anchor",
23328-
"type": "AnchorBehavior::AnchorBehavior",
23329-
"bottomEdgeAnchor": 2,
23330-
"leftEdgeAnchor": 1,
23331-
"relativeToOriginalWindowSize": true,
23332-
"rightEdgeAnchor": 2,
23333-
"topEdgeAnchor": 1,
23334-
"useLegacyBottomAndRightAnchors": false
23335-
},
23336-
{
23337-
"name": "Tween",
23338-
"type": "Tween::TweenBehavior",
23339-
"serializedBehavior": {
23340-
"name": "Tween",
23341-
"type": "Tween::TweenBehavior"
23342-
}
23343-
}
23344-
]
23345-
},
23346-
{
23347-
"assetStoreId": "",
23348-
"bottomMargin": 50,
23349-
"height": 128,
23350-
"leftMargin": 37,
23351-
"name": "Pressed",
23352-
"rightMargin": 32,
23353-
"texture": "Yellow Jelly Button_Pressed.png",
23354-
"tiled": false,
23355-
"topMargin": 50,
23356-
"type": "PanelSpriteObject::PanelSprite",
23357-
"width": 256,
23358-
"variables": [],
23359-
"effects": [],
23360-
"behaviors": [
23361-
{
23362-
"name": "Anchor",
23363-
"type": "AnchorBehavior::AnchorBehavior",
23364-
"bottomEdgeAnchor": 2,
23365-
"leftEdgeAnchor": 1,
23366-
"relativeToOriginalWindowSize": true,
23367-
"rightEdgeAnchor": 2,
23368-
"topEdgeAnchor": 1,
23369-
"useLegacyBottomAndRightAnchors": false
23370-
}
23371-
]
23372-
}
23373-
],
23374-
"objectsFolderStructure": {
23375-
"folderName": "__ROOT",
23376-
"children": [
23377-
{
23378-
"objectName": "Label"
23379-
},
23380-
{
23381-
"objectName": "Idle"
23382-
},
23383-
{
23384-
"objectName": "Hovered"
23385-
},
23386-
{
23387-
"objectName": "Pressed"
23388-
}
23389-
]
23390-
},
23391-
"objectsGroups": [
23392-
{
23393-
"name": "Background",
23394-
"objects": [
23395-
{
23396-
"name": "Idle"
23397-
},
23398-
{
23399-
"name": "Hovered"
23400-
},
23401-
{
23402-
"name": "Pressed"
23403-
}
23404-
]
23405-
}
23406-
],
23407-
"layers": [
23408-
{
23409-
"ambientLightColorB": 200,
23410-
"ambientLightColorG": 200,
23411-
"ambientLightColorR": 200,
23412-
"camera3DFarPlaneDistance": 10000,
23413-
"camera3DFieldOfView": 45,
23414-
"camera3DNearPlaneDistance": 3,
23415-
"cameraType": "",
23416-
"followBaseLayerCamera": false,
23417-
"isLightingLayer": false,
23418-
"isLocked": false,
23419-
"name": "",
23420-
"renderingType": "",
23421-
"visibility": true,
23422-
"cameras": [
23423-
{
23424-
"defaultSize": true,
23425-
"defaultViewport": true,
23426-
"height": 0,
23427-
"viewportBottom": 1,
23428-
"viewportLeft": 0,
23429-
"viewportRight": 1,
23430-
"viewportTop": 0,
23431-
"width": 0
23432-
}
23433-
],
23434-
"effects": []
23435-
}
23436-
],
23437-
"instances": [
23438-
{
23439-
"angle": 0,
23440-
"customSize": false,
23441-
"depth": 1,
23442-
"height": 64,
23443-
"layer": "",
23444-
"name": "Idle",
23445-
"persistentUuid": "24882334-eec8-403e-8bf1-70fc928a46e6",
23446-
"width": 64,
23447-
"x": 0,
23448-
"y": 0,
23449-
"zOrder": 1,
23450-
"numberProperties": [],
23451-
"stringProperties": [],
23452-
"initialVariables": []
23453-
},
23454-
{
23455-
"angle": 0,
23456-
"customSize": true,
23457-
"depth": 1,
23458-
"height": 113,
23459-
"keepRatio": true,
23460-
"layer": "",
23461-
"name": "Label",
23462-
"persistentUuid": "33a12e08-30a5-4a5a-8681-5ebb2d713ec9",
23463-
"width": 246,
23464-
"x": 5,
23465-
"y": 57,
23466-
"zOrder": 2,
23467-
"numberProperties": [],
23468-
"stringProperties": [],
23469-
"initialVariables": []
23470-
}
23471-
]
2347223204
}
2347323205
]
2347423206
}

0 commit comments

Comments
 (0)