rutile-game/assets/tilesets/terrain.json

27 lines
375 B
JSON
Raw Normal View History

{
"texture": "terrain.png",
"tile_size": 32,
"tiles": [
{
"x": 0,
"y": 0
},
{
"x": 0,
"y": 0
},
{
"x": 1,
"y": 0
},
{
"x": 2,
"y": 0
},
{
"x": 3,
"y": 0
}
]
}