blank game

This commit is contained in:
2026-06-22 17:42:45 +03:00
parent 3b8452da18
commit f2e476f01f
50 changed files with 295 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.12.1" orientation="hexagonal" renderorder="left-down" width="2" height="3" tilewidth="55" tileheight="64" infinite="0" hexsidelength="32" staggeraxis="y" staggerindex="odd" nextlayerid="2" nextobjectid="1">
<tileset firstgid="1" source="../tiles.tsx"/>
<layer id="1" name="Ground" width="2" height="3">
<data encoding="csv">
0,40,
55,55,
0,40
</data>
</layer>
</map>