mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Added initial support for Tiled maps
This commit is contained in:
6
assets/tilesets/ore.tsx
Normal file
6
assets/tilesets/ore.tsx
Normal 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>
|
||||
Reference in New Issue
Block a user