You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.7 KiB
113 lines
2.7 KiB
{
|
|
"automappingRulesFile": "",
|
|
"commands": [
|
|
],
|
|
"compatibilityVersion": 1100,
|
|
"extensionsPath": "extensions",
|
|
"folders": [
|
|
"."
|
|
],
|
|
"properties": [
|
|
],
|
|
"propertyTypes": [
|
|
{
|
|
"color": "#ffa0a0a4",
|
|
"drawFill": true,
|
|
"id": 4,
|
|
"members": [
|
|
{
|
|
"name": "Powerup Type",
|
|
"propertyType": "PowerupType",
|
|
"type": "int",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "Upper-Left",
|
|
"type": "bool",
|
|
"value": false
|
|
}
|
|
],
|
|
"name": "PowerupProps",
|
|
"type": "class",
|
|
"useAs": [
|
|
"property",
|
|
"map",
|
|
"layer",
|
|
"object",
|
|
"tile",
|
|
"tileset",
|
|
"wangcolor",
|
|
"wangset",
|
|
"project"
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "PowerupType",
|
|
"storageType": "int",
|
|
"type": "enum",
|
|
"values": [
|
|
"WHEEL",
|
|
"GRASS",
|
|
"SAND",
|
|
"SWAMP",
|
|
"LAVA",
|
|
"FOREST",
|
|
"ICE",
|
|
"JET"
|
|
],
|
|
"valuesAsFlags": false
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "TerrainType",
|
|
"storageType": "int",
|
|
"type": "enum",
|
|
"values": [
|
|
"Void",
|
|
"Rock",
|
|
"Grass",
|
|
"Sand",
|
|
"Swamp",
|
|
"Lava",
|
|
"Shore",
|
|
"Ocean",
|
|
"Forest",
|
|
"Tunnel",
|
|
"Ice"
|
|
],
|
|
"valuesAsFlags": false
|
|
},
|
|
{
|
|
"color": "#ffa0a0a4",
|
|
"drawFill": true,
|
|
"id": 2,
|
|
"members": [
|
|
{
|
|
"name": "Solid",
|
|
"type": "bool",
|
|
"value": false
|
|
},
|
|
{
|
|
"name": "Terrain Type",
|
|
"propertyType": "TerrainType",
|
|
"type": "int",
|
|
"value": 0
|
|
}
|
|
],
|
|
"name": "TileProps",
|
|
"type": "class",
|
|
"useAs": [
|
|
"property",
|
|
"map",
|
|
"layer",
|
|
"object",
|
|
"tile",
|
|
"tileset",
|
|
"wangcolor",
|
|
"wangset",
|
|
"project"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|