fixed errors in gif loading

This commit is contained in:
2021-05-12 19:59:44 +02:00
parent 7f60bf88f2
commit bd2905ffa2
5 changed files with 54 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
tile_width = 16
tile_height = 16
map_width = 240
map_height = 238
tile_width = 8
tile_height = 8
map_width = 100
map_height = 100
screen_width = 320
screen_height = 224
screen_height = 240
zoom = 3
tiles = tiles.png
tiles = test.gif
map = map.map