1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 18:03:27 +00:00
PokeHES/resources/map/propertytypes.json

47 lines
954 B
JSON
Raw Normal View History

2022-06-06 12:10:19 +00:00
[
{
"id": 4,
"members": [
{
"name": "door",
"type": "bool",
"value": false
},
{
"name": "speed",
"type": "float",
"value": 1
},
{
"name": "walkable",
"type": "bool",
"value": false
}
],
"name": "moves",
"type": "class"
},
{
"id": 5,
"members": [
{
"name": "name",
"type": "string",
"value": ""
},
{
"name": "x",
"type": "int",
"value": 0
},
{
"name": "y",
"type": "int",
"value": 0
}
],
"name": "nextMap",
"type": "class"
}
]