boss_fight_engine #4

Merged
yannis merged 13 commits from boss_fight_engine into main 2023-12-29 17:31:30 +00:00
3 changed files with 14 additions and 4 deletions
Showing only changes of commit ed0dad0742 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

14
assets/textures/tiles.tsj Normal file
View file

@ -0,0 +1,14 @@
{ "columns":32,
"image":"tiles.png",
"imageheight":512,
"imagewidth":512,
"margin":0,
"name":"tiles",
"spacing":0,
"tilecount":1024,
"tiledversion":"1.10.1",
"tileheight":16,
"tilewidth":16,
"type":"tileset",
"version":"1.10"
}

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="tiles" tilewidth="16" tileheight="16" tilecount="256" columns="16">
<image source="tiles.png" width="256" height="256"/>
</tileset>