diff options
author | Indrajith K L | 2021-08-01 02:26:00 +0530 |
---|---|---|
committer | Indrajith K L | 2021-08-01 02:26:00 +0530 |
commit | b73889da9f33b883894db6a989037030fee99f95 (patch) | |
tree | fde19617d41bd0cfd71224a3166aa3f38c53b54d /assets/main_tileset.tsx | |
parent | 4cd16130dcab278e3c1204eebcc04d47f2676007 (diff) | |
download | rebirth-wren-b73889da9f33b883894db6a989037030fee99f95.tar.gz rebirth-wren-b73889da9f33b883894db6a989037030fee99f95.tar.bz2 rebirth-wren-b73889da9f33b883894db6a989037030fee99f95.zip |
Basic Renderer
* Adds Tiled map JSON rendering
* TODO Cleanup & Organization
Diffstat (limited to 'assets/main_tileset.tsx')
-rw-r--r-- | assets/main_tileset.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/main_tileset.tsx b/assets/main_tileset.tsx new file mode 100644 index 0000000..0b0b1d6 --- /dev/null +++ b/assets/main_tileset.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset version="1.5" tiledversion="1.5.0" name="main_tileset" tilewidth="16" tileheight="16" tilecount="136" columns="17"> + <image source="tilemap_packed.png" width="272" height="128"/> +</tileset> |