mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 11:19:17 +00:00
add ressources
This commit is contained in:
46
resources/map/propertytypes.json
Normal file
46
resources/map/propertytypes.json
Normal file
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user