stuff
This commit is contained in:
parent
1e299dfa84
commit
204021b9ae
11 changed files with 143 additions and 26 deletions
22
games/tileset.json
Normal file
22
games/tileset.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"image": "tileset.png",
|
||||
"tiles": [
|
||||
{"x":0,"y":0,"width":64,"height":24},
|
||||
{"x":64,"y":0,"width":16,"height":24},
|
||||
{"x":64,"y":0,"width":16,"height":24},
|
||||
{"x":0,"y":24,"width":64,"height":24},
|
||||
{"x":80,"y":52,"width":8,"height":12},
|
||||
{"x":80,"y":68,"width":8,"height":12},
|
||||
{"x":0,"y":72,"width":80,"height":24},
|
||||
{"x":90,"y":48,"width":14,"height":48},
|
||||
{"x":72,"y":96,"width":32,"height":15},
|
||||
{"x":32,"y":96,"width":40,"height":15},
|
||||
{"x":24,"y":96,"width":8,"height":8},
|
||||
{"x":16,"y":96,"width":8,"height":8},
|
||||
{"x":16,"y":104,"width":8,"height":8},
|
||||
{"x":0,"y":96,"width":16,"height":16},
|
||||
{"x":0,"y":112,"width":32,"height":24},
|
||||
{"x":32,"y":111,"width":32,"height":24},
|
||||
{"x":72,"y":136,"width":32,"height":24}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue