diff options
| author | realtradam <[email protected]> | 2021-05-19 05:42:53 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-19 05:42:53 -0400 |
| commit | fee80f42f0889f2d484e25f4366f14b68c65ba70 (patch) | |
| tree | fa1e728e3d9d91eb5946177f347781cdfea45b47 /assets/json/hitbox.json | |
| parent | 490b20123c75cf8eb5de7039993cb704e3d7a0c8 (diff) | |
| download | typemon-code-fee80f42f0889f2d484e25f4366f14b68c65ba70.tar.gz typemon-code-fee80f42f0889f2d484e25f4366f14b68c65ba70.zip | |
fully working map import
Diffstat (limited to 'assets/json/hitbox.json')
| -rw-r--r-- | assets/json/hitbox.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/json/hitbox.json b/assets/json/hitbox.json new file mode 100644 index 0000000..a1b7938 --- /dev/null +++ b/assets/json/hitbox.json @@ -0,0 +1,14 @@ +{ "columns":1, + "image":"..\/..\/Documents\/Ruby\/dragon\/dragonruby-linux-amd64\/mygame\/assets\/hitbox.png", + "imageheight":16, + "imagewidth":16, + "margin":0, + "name":"hitbox", + "spacing":0, + "tilecount":1, + "tiledversion":"1.6.0", + "tileheight":16, + "tilewidth":16, + "type":"tileset", + "version":"1.6" +}
\ No newline at end of file |
