Add start of tiled map compilation for levels.
This commit is contained in:
parent
ebd57bae3a
commit
3a3f4e31a1
12 changed files with 664 additions and 15 deletions
4
modules/game/levels/tiles.tsx
Normal file
4
modules/game/levels/tiles.tsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.8" tiledversion="1.8.6" name="tiles" tilewidth="16" tileheight="16" tilecount="300" columns="20">
|
||||
<image source="../../../assets/images/cirkoban.png" width="320" height="240"/>
|
||||
</tileset>
|
Loading…
Add table
Add a link
Reference in a new issue