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.
64 lines
1.5 KiB
64 lines
1.5 KiB
{
|
|
"automappingRulesFile": "",
|
|
"commands": [
|
|
],
|
|
"compatibilityVersion": 1100,
|
|
"extensionsPath": "extensions",
|
|
"folders": [
|
|
"."
|
|
],
|
|
"properties": [
|
|
],
|
|
"propertyTypes": [
|
|
{
|
|
"id": 1,
|
|
"name": "TerrainType",
|
|
"storageType": "string",
|
|
"type": "enum",
|
|
"values": [
|
|
"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": "string",
|
|
"value": "Rock"
|
|
}
|
|
],
|
|
"name": "TileProps",
|
|
"type": "class",
|
|
"useAs": [
|
|
"property",
|
|
"map",
|
|
"layer",
|
|
"object",
|
|
"tile",
|
|
"tileset",
|
|
"wangcolor",
|
|
"wangset",
|
|
"project"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|