Added initial support for Tiled maps

This commit is contained in:
2019-10-11 13:17:59 -05:00
parent e67325e831
commit 44e9dcf7d7
11 changed files with 292 additions and 101 deletions

6
assets/tilesets/ore.tsx Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.2" tiledversion="1.2.4" name="ore" tilewidth="32" tileheight="32" tilecount="4" columns="4">
<image source="ore.png" width="128" height="32"/>
<tile id="0" type="ore"/>
<tile id="1" type="ore"/>
</tileset>