diff --git a/data/abad.lua b/data/abad.lua index 46e7baa..aa516cc 100644 --- a/data/abad.lua +++ b/data/abad.lua @@ -429,8 +429,13 @@ function abad_state_normal() abad_make_safe() - if controller:check("up") and abad_in_stairs() then - abad.update=abad_state_stairs + if controller:check("up") then + if abad_in_stairs(0,-1) then + abad.update=abad_state_stairs + else + abad.update=abad_state_normal + abad.frame=0 + end elseif controller:check("down") then abad_move_down() elseif controller:check("right") then @@ -601,11 +606,7 @@ function abad_state_stairs() abad.frame=4 abad.wait=abad.wait+1 local moved = false - - --local x1_check = abad.x+abad.bb.x - --local x2_check = abad.x+abad.bb.x+abad.bb.w-1 - --local y_check = abad.y+abad.bb.h - + if controller:check("right") then abad.flip=false abad_advance() @@ -615,28 +616,20 @@ function abad_state_stairs() abad_advance() moved = true elseif controller:check("up") then - --y_check = y_check - 1 - --if arc_check_tile(x1_check,y_check)==tiletype.stair and - -- arc_check_tile(x2_check,y_check)==tiletype.stair then - -- abad.y=abad.y-1 - -- if abad.wait==6 then sound.play(audio_low) end - --end if abad_in_stairs(0,-1) then abad.y=abad.y-1 moved = true + else + abad.update=abad_state_normal + abad.frame=0 end elseif controller:check("down") then - -- y_check = y_check + 1 - -- if arc_check_tile(x1_check,y_check)==tiletype.stair and - -- arc_check_tile(x2_check,y_check)==tiletype.stair then - -- abad.y=abad.y+1 - -- if abad.wait==6 then sound.play(audio_low) end - -- end if abad_in_stairs(0,1) and not abad_in_floor(0,0) then abad.y=abad.y+1 moved = true else - --abad.update=abad_state_normal + abad.update=abad_state_normal + abad.frame=0 end end if moved and abad.wait==6 then sound.play(audio_low) end diff --git a/data/helpers.lua b/data/helpers.lua index 894623a..de258b8 100644 --- a/data/helpers.lua +++ b/data/helpers.lua @@ -232,6 +232,10 @@ end function editor_to_map_tile(editor_tile) local result = 0 + if editor_tile==nil then + print("editor_to_map_tile => NIL editor_tile") + return result + end if editor_tile<256 then result = editor_tile + arcade_config.tiles_offset end return result end diff --git a/data/stage1.lua b/data/stage1.lua index e91aeda..cfbe207 100644 --- a/data/stage1.lua +++ b/data/stage1.lua @@ -104,6 +104,8 @@ function stages.stage1_init() table.insert( actors, health_potion.new(14, hp_x, hp_y, 0, 0, 2) ) local hp_x, hp_y = coords.room_to_world(77, 8, 4) table.insert( actors, health_potion.new(77, hp_x, hp_y, 0, 0, 3) ) + local hp_x, hp_y = coords.room_to_world(69, 9, 3) + table.insert( actors, health_potion.new(77, hp_x, hp_y, 0, 0, 1) ) -- TRIGGERS @@ -169,6 +171,10 @@ function stages.stage1_init() tiles_layer2.new(13,11,3,144,144,16,16) tiles_layer2.new(13,11,4,144,144,16,16) + tiles_layer2.new(69,4,2,160,144,16,16) + tiles_layer2.new(69,5,2,176,144,16,16) + tiles_layer2.new(69,4,3,160,144,16,16) + tiles_layer2.new(69,5,3,176,144,16,16) tiles_layer2.new(12,5,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya) tiles_layer2.new(76,3,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya) tiles_layer2.new(78,6,2,128,208,16,16, tiles_layer2.update_aranya, tiles_layer2.draw_aranya) diff --git a/data/stage1_world_map (en tiles transparents que no se que feien).lua b/data/stage1_world_map (en tiles transparents que no se que feien).lua new file mode 100644 index 0000000..819fbfd --- /dev/null +++ b/data/stage1_world_map (en tiles transparents que no se que feien).lua @@ -0,0 +1,722 @@ +stage1_mapa={ + -- 1 + { + 256,256,256,18,19,21,20,21,20,21,20,21, + 64,256,256,16,72,256,256,256,256,256,256,256, + 256,256,66,256,88,256,256,70,71,256,256,256, + 256,66,256,16,256,112,256,86,87,256,114,256, + 66,256,256,16,256,256,256,256,256,256,256,256, + 256,64,256,16,20,21,20,21,20,21,20,21, + }, + -- 2 + { + 20,21,20,21,20,21,20,21,20,21,20,21, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,256,73,74,256,256,256,256,73,74,256,256, + 256,256,89,90,256,256,256,256,89,90,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 20,21,20,21,18,19,20,21,0,256,256,17, + }, + -- 3 + { + 20,21,20,21,20,21,20,21,20,21,20,21, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,96,97,96,256,73,74,256,97,96,96,256, + 256,99,256,100,256,89,90,256,99,256,100,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 20,21,20,21,20,21,20,21,20,21,20,21, + }, + -- 4 + { + 20,21,20,21,20,21,20,21,20,21,18,19, + 256,256,256,256,256,256,256,256,256,256,77,17, + 256,73,74,256,256,73,74,256,98,98,93,17, + 256,89,90,256,256,89,90,256,99,100,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 20,21,20,21,20,21,20,21,10,11,20,21, + }, + -- 5 + { + 66,256,256,67,256,65,256,64,256,256,256,66, + 256,256,64,256,256,256,256,256,256,68,256,67, + 18,19,18,19,18,19,18,19,256,256,65,256, + 256,256,256,256,256,256,256,16,256,256,256,256, + 256,256,256,256,256,256,256,16,256,64,256,66, + 20,21,20,21,20,21,20,21,256,256,66,256, + }, + -- 6 + { + 256,66,256,41,44,45,44,45,44,45,44,45, + 64,256,256,41,256,256,256,256,256,256,256,256, + 256,256,66,256,256,256,96,97,256,256,256,256, + 256,67,256,41,256,256,99,100,256,256,256,256, + 65,256,256,41,95,256,256,256,256,256,256,256, + 256,65,42,43,44,45,44,45,10,11,44,45, + }, + -- 7 + { + 42,43,256,256,256,256,65,256,256,256,256,64, + 256,41,256,67,256,256,256,256,256,256,256,256, + 256,41,256,256,256,66,256,256,256,256,256,256, + 256,256,256,64,256,256,65,256,67,256,67,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 42,43,20,21,20,21,20,21,20,21,20,21, + }, + -- 8 + { + 67,256,256,256,256,65,256,256,256,256,64,256, + 256,256,67,256,256,256,256,68,256,256,256,256, + 256,256,256,256,66,256,256,256,256,256,256,67, + 256,256,64,256,256,65,256,67,256,67,256,256, + 256,256,256,256,256,111,111,256,256,256,256,256, + 20,21,20,21,17,256,256,17,20,21,20,21, + }, + -- 9 + { + 256,256,256,256,65,256,256,256,256,64,17,17, + 256,67,256,256,256,256,256,256,256,256,17,256, + 256,256,256,66,256,256,256,256,256,256,17,256, + 256,64,256,256,65,256,67,256,67,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 20,21,20,21,20,21,20,21,20,21,20,21, + }, + -- 10 + { + 17,17,17,17,17,17,17,17,17,17,18,19, + 256,256,256,256,256,256,256,256,256,256,17,17, + 256,256,73,74,256,256,73,74,256,256,18,19, + 256,256,89,90,256,256,89,90,256,256,17,17, + 256,256,256,256,256,256,256,256,256,256,18,19, + 18,19,0,0,256,256,18,19,18,19,17,17, + }, + -- 11 + { + 256,66,26,27,28,29,28,29,26,27,28,29, + 256,256,256,24,256,256,256,256,23,25,256,256, + 64,68,256,256,256,256,256,256,256,25,256,256, + 256,256,66,24,256,121,256,256,256,38,256,256, + 256,66,256,24,101,102,103,256,256,38,256,256, + 66,256,256,24,28,29,28,29,28,29,28,29, + }, + -- 12 + { + 28,29,28,29,28,29,256,256,256,256,26,27, + 256,256,256,256,256,256,256,256,256,1,256,256, + 256,256,73,74,256,256,256,256,1,256,256,256, + 256,256,89,90,256,256,256,1,256,256,256,256, + 256,256,256,256,256,256,1,256,256,256,256,256, + 28,29,28,29,28,29,28,29,28,29,28,29, + }, + -- 13 + { + 28,29,26,27,26,27,28,29,28,29,28,29, + 256,256,256,26,27,72,256,256,256,256,256,256, + 256,256,256,256,256,256,256,256,73,74,256,256, + 256,256,256,98,98,256,256,256,89,90,256,256, + 256,256,104,101,102,103,256,256,256,256,256,256, + 28,29,28,29,28,29,28,29,1,256,256,25, + }, + -- 14 + { + 28,29,28,29,28,29,28,29,10,11,28,25, + 256,256,256,256,256,256,256,256,10,11,256,25, + 256,73,74,256,256,256,256,256,10,11,256,25, + 256,89,90,256,256,75,76,256,10,11,256,256, + 256,256,256,256,256,91,92,256,10,11,256,256, + 28,29,28,29,28,29,28,29,28,29,28,29, + }, + -- 15 + { + 26,27,26,27,28,29,28,29,26,27,26,27, + 28,29,256,256,256,256,256,256,256,256,28,24, + 256,256,256,256,256,73,74,256,256,256,256,24, + 256,256,75,76,256,89,90,256,75,76,256,24, + 256,256,91,92,256,256,256,256,91,92,256,24, + 26,27,28,29,28,29,28,29,28,29,26,27, + }, + -- 16 + { + 64,256,26,27,28,29,28,29,10,11,28,29, + 256,256,66,25,256,256,256,256,10,11,256,256, + 256,67,256,256,256,107,108,256,10,11,256,256, + 65,256,256,25,256,109,110,256,10,11,256,256, + 256,65,256,25,256,256,256,256,10,11,256,256, + 256,256,26,27,28,29,28,29,10,11,28,29, + }, + -- 17 + { + 28,29,28,29,25,41,44,45,44,45,44,45, + 256,256,256,256,25,41,256,256,256,256,256,256, + 256,73,74,256,25,41,256,256,73,74,256,256, + 256,89,90,78,25,41,256,256,89,90,256,256, + 256,256,95,94,25,41,256,256,256,256,256,256, + 28,29,28,29,25,41,44,45,10,11,44,45, + }, + -- 18 + { + 44,45,44,45,41,256,256,41,44,45,44,45, + 256,256,256,256,256,69,256,256,256,256,256,256, + 256,256,256,256,256,256,69,256,256,256,256,256, + 256,256,256,256,256,111,111,256,256,256,256,256, + 256,256,256,41,41,256,69,41,41,256,256,256, + 45,44,45,42,43,256,256,42,43,44,45,41, + }, + -- 19 + { + 44,45,44,45,42,43,41,3,44,45,44,45, + 256,256,256,256,256,40,40,256,256,256,256,256, + 256,97,98,97,256,40,40,256,98,97,96,256, + 256,99,256,100,256,40,40,256,99,256,100,256, + 256,256,256,256,256,40,40,256,256,256,256,256, + 256,256,3,45,42,43,44,45,44,45,44,45, + }, + -- 20 + { + 41,256,256,256,256,42,43,42,43,41,41,41, + 256,256,256,256,3,41,256,256,256,77,42,43, + 256,256,256,3,256,41,256,256,256,93,41,41, + 256,256,3,256,256,39,256,256,256,256,42,43, + 256,3,256,256,256,38,256,256,256,256,41,41, + 44,45,44,45,44,45,44,45,8,9,42,43, + }, + -- 21 + { + 34,35,36,37,36,37,36,37,36,37,36,37, + 32,256,256,256,256,256,256,256,256,256,256,256, + 32,256,97,97,98,256,256,256,97,96,97,256, + 32,256,99,256,100,256,256,256,99,256,100,256, + 32,256,256,256,256,104,101,102,103,256,256,256, + 34,35,8,9,36,37,36,37,36,37,36,37, + }, + -- 22 + { + 36,37,33,33,36,37,36,37,33,33,36,37, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,256,256,256,96,97,96,98,256,256,256,256, + 256,256,113,256,99,256,256,100,256,114,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 23 + { + 36,37,36,37,36,37,256,256,256,256,34,35, + 256,256,256,256,256,256,256,256,256,2,37,256, + 256,97,98,97,256,256,112,256,2,256,256,256, + 256,99,256,100,256,256,256,2,256,75,76,256, + 256,256,256,256,256,256,2,256,256,91,92,256, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 24 + { + 34,35,256,256,256,256,256,256,256,256,34,35, + 256,2,34,35,34,35,34,35,34,35,2,256, + 256,256,113,256,256,112,114,256,256,114,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,104,101,102,256,101,102,256,101,102,103,256, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 25 + { + 36,37,36,37,36,37,36,37,36,37,34,35, + 256,256,256,256,256,256,73,74,256,256,77,32, + 256,96,97,96,256,256,89,90,256,256,93,32, + 256,99,256,100,256,121,256,256,256,256,256,32, + 256,256,256,256,256,101,102,103,256,256,256,32, + 36,37,36,37,36,37,36,37,8,9,33,32, + }, + -- 26 + { + 18,19,17,17,18,19,17,17,10,11,18,19, + 17,256,256,256,256,256,256,256,10,11,256,256, + 18,19,256,256,256,256,256,256,10,11,256,256, + 256,17,256,256,256,75,76,256,10,11,256,256, + 18,19,256,256,256,91,92,256,10,11,256,256, + 20,21,256,256,18,19,17,17,18,19,17,17, + }, + -- 27 + { + 17,17,18,19,17,17,18,19,10,11,18,19, + 256,256,256,256,256,256,256,256,10,11,256,256, + 256,73,74,256,256,73,74,256,10,11,256,256, + 256,89,90,256,256,89,90,256,10,11,256,256, + 256,256,256,256,256,256,256,256,10,11,256,256, + 17,17,18,19,0,0,256,256,18,19,17,17, + }, + -- 28 + { + 18,19,17,18,19,256,256,33,33,34,35,33, + 256,256,256,17,17,256,69,34,35,72,256,256, + 256,256,256,18,19,256,69,33,33,88,256,256, + 256,256,256,17,16,256,256,34,35,256,256,256, + 256,256,256,18,19,69,256,41,33,256,256,256, + 17,18,19,17,17,69,256,34,35,33,33,34, + }, + -- 29 + { + 33,256,256,256,256,33,34,35,33,33,34,35, + 256,2,256,256,256,256,256,256,256,256,256,256, + 256,256,2,256,256,256,256,256,256,256,256,256, + 256,256,256,2,256,256,256,117,98,106,116,256, + 256,256,256,256,2,256,104,101,102,101,102,256, + 34,35,33,33,34,35,33,33,34,35,33,33, + }, + -- 30 + { + 33,33,34,35,33,33,34,35,8,9,33,33, + 256,256,256,256,256,256,33,33,8,9,34,35, + 256,256,256,256,256,97,34,35,8,9,33,33, + 256,256,256,256,115,100,33,33,8,9,34,35, + 256,256,256,104,101,102,34,35,8,9,33,33, + 34,35,33,33,34,35,33,33,8,9,34,35, + }, + -- 31 + { + 40,40,8,9,40,40,40,40,40,40,40,40, + 40,45,8,9,45,44,45,44,45,44,45,44, + 40,256,8,9,256,256,256,256,256,256,256,256, + 40,256,8,9,256,256,112,75,76,113,256,256, + 40,256,8,9,256,256,256,91,92,256,256,256, + 42,43,44,45,44,45,44,45,44,45,44,45, + }, + -- 32 + { + 40,40,40,40,40,40,40,40,40,40,40,40, + 44,45,41,45,44,41,44,45,44,45,44,45, + 256,256,38,256,256,38,256,256,256,256,256,256, + 256,112,38,256,113,38,256,256,114,256,256,113, + 256,256,38,256,256,38,256,256,256,256,256,256, + 44,45,3,10,11,44,45,44,45,44,45,44, + }, + -- 33 + { + 40,40,40,40,40,40,40,40,40,40,40,40, + 43,44,45,44,45,42,43,44,45,44,45,42, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,256,75,76,256,114,113,256,75,76,256,256, + 256,256,91,92,256,256,256,256,91,92,256,256, + 44,45,44,45,44,45,44,45,44,45,44,45, + }, + -- 34 + { + 40,40,40,40,40,40,40,40,40,40,40,40, + 45,44,45,44,45,44,45,44,45,44,45,40, + 256,256,256,256,256,256,256,256,73,74,256,40, + 256,256,113,256,256,114,256,121,89,90,256,40, + 256,256,256,256,256,256,256,101,102,103,256,40, + 42,43,256,256,3,44,45,41,42,43,41,40, + }, + -- 35 + { + 26,27,28,29,28,29,28,29,8,9,26,27, + 24,23,256,256,256,256,256,256,8,9,256,24, + 24,256,256,256,256,256,256,256,8,9,256,24, + 24,256,256,256,256,256,256,256,8,9,256,24, + 24,256,256,256,256,256,256,256,8,9,256,24, + 26,27,28,29,28,29,28,29,8,9,26,27, + }, + -- 36 + { + 24,29,256,256,1,25,26,27,25,1,28,29, + 24,256,256,256,256,256,25,26,27,256,256,256, + 24,256,256,256,256,256,256,256,25,256,256,256, + 24,256,106,116,256,256,256,256,38,256,256,256, + 24,25,101,102,256,256,256,256,38,256,256,256, + 28,29,25,25,256,256,1,28,29,28,29,28, + }, + -- 37 + { + 29,26,27,29,256,256,256,25,26,27,26,27, + 256,256,256,256,256,256,1,256,256,256,28,29, + 256,256,256,256,256,1,256,256,256,256,256,256, + 256,112,256,256,1,256,256,256,256,256,113,256, + 256,256,256,1,256,256,101,102,103,256,256,256, + 28,29,28,29,28,29,28,29,28,29,28,29, + }, + -- 38 + { + 27,26,27,28,29,256,256,28,29,26,27,26, + 29,256,256,256,256,256,69,256,256,256,256,28, + 256,256,98,96,98,256,256,98,98,96,256,256, + 256,256,99,256,100,256,256,99,256,100,256,256, + 256,256,256,256,256,111,111,256,256,256,256,256, + 29,28,29,28,29,69,256,28,29,28,29,28, + }, + -- 39 + { + 28,29,25,25,28,29,25,25,28,29,25,25, + 256,256,25,25,256,256,256,256,256,256,106,24, + 256,256,23,256,256,256,256,256,256,256,95,24, + 256,256,256,256,78,97,107,108,256,106,105,24, + 256,256,256,256,94,101,102,110,103,105,98,24, + 28,29,28,29,28,29,28,29,28,29,28,29, + }, + -- 40 + { + 24,29,28,29,28,29,28,29,8,9,26,27, + 24,256,256,256,256,256,256,256,8,9,25,25, + 24,256,114,256,256,256,112,256,8,9,26,27, + 24,256,256,256,256,256,256,256,8,9,25,25, + 24,256,256,256,105,256,256,256,8,9,26,27, + 24,29,28,29,28,29,28,29,28,29,25,25, + }, + -- 41 + { + 26,27,28,29,28,29,26,27,26,27,28,29, + 24,72,256,256,256,256,256,28,29,256,256,256, + 24,88,256,256,256,256,256,256,256,256,256,256, + 24,256,256,256,112,256,256,256,256,256,114,256, + 24,256,256,256,256,256,256,256,256,256,256,256, + 28,29,28,29,25,256,256,1,28,29,28,29, + }, + -- 42 + { + 28,29,25,10,11,1,26,27,26,27,28,29, + 256,256,256,10,11,256,256,28,29,256,256,256, + 256,256,256,10,11,256,256,256,256,256,256,256, + 256,113,256,10,11,256,256,96,97,96,98,256, + 256,256,256,10,11,256,256,101,256,256,102,256, + 28,29,28,29,28,29,28,29,28,29,28,29, + }, + -- 43 + { + 28,29,28,29,26,27,26,27,28,29,26,27, + 256,256,256,256,256,28,29,256,256,256,77,24, + 256,256,256,256,256,256,256,256,256,256,93,24, + 256,113,256,256,256,75,76,256,114,256,256,24, + 256,256,256,256,256,91,92,256,256,256,256,24, + 28,29,10,11,28,29,28,29,28,29,28,29, + }, + -- 44 + { + 33,33,33,256,256,256,256,36,37,36,37,2, + 32,256,256,2,256,256,256,256,256,256,256,256, + 32,98,256,256,2,256,256,256,256,256,256,256, + 32,99,256,256,256,2,256,256,75,76,256,256, + 32,256,256,256,256,256,2,256,91,92,256,256, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 45 + { + 36,37,36,37,36,37,36,37,8,9,34,35, + 256,256,256,256,256,256,256,256,8,9,256,32, + 256,256,98,97,96,256,256,256,8,9,256,32, + 256,256,99,256,100,256,256,256,8,9,256,32, + 256,256,256,256,101,102,103,256,8,9,256,32, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 46 + { + 18,19,18,19,17,256,256,256,256,0,20,21, + 18,19,72,256,256,0,256,256,256,256,256,256, + 18,19,88,256,256,256,0,256,256,256,256,256, + 18,19,256,75,76,78,256,0,256,116,256,256, + 18,19,256,91,92,94,95,256,0,101,102,256, + 18,19,18,19,18,19,18,19,18,19,18,19, + }, + -- 47 + { + 20,21,20,21,20,21,20,21,20,21,20,21, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,97,96,98,97,256,256,96,97,98,96,256, + 114,99,256,256,100,114,114,99,256,256,100,114, + 256,256,256,256,256,256,256,256,256,256,256,256, + 18,19,18,19,18,19,18,19,18,19,18,19, + }, + -- 48 + { + 20,21,20,21,17,256,256,17,20,21,20,21, + 256,256,256,256,256,256,69,256,256,256,256,256, + 256,256,96,97,256,256,69,256,256,256,256,256, + 256,115,99,100,256,256,256,256,256,117,256,256, + 256,101,102,103,256,111,111,256,101,102,103,256, + 19,18,19,18,19,69,256,18,19,18,19,18, + }, + -- 49 + { + 20,21,256,69,18,19,18,19,20,21,20,21, + 256,256,256,256,256,256,256,256,256,256,114,256, + 256,256,69,256,256,256,114,256,256,256,256,256, + 256,114,69,111,256,256,256,256,17,18,19,17, + 256,256,111,256,18,19,18,19,18,19,18,19, + 18,19,256,69,17,18,19,18,19,18,19,17, + }, + -- 50 + { + 20,21,20,21,20,21,20,21,20,21,20,16, + 256,114,256,256,256,256,256,256,256,256,98,16, + 256,256,256,256,256,256,256,256,256,256,100,16, + 17,19,256,256,256,114,256,256,256,256,78,16, + 18,19,18,19,256,256,256,256,256,256,94,16, + 17,18,19,18,19,18,19,256,256,0,18,19, + }, + -- 51 + { + 42,43,44,45,41,41,256,256,256,256,44,45, + 40,72,256,256,256,256,3,256,256,256,256,256, + 40,96,256,256,256,256,256,3,256,256,256,256, + 40,99,256,114,256,114,256,256,3,256,256,256, + 40,256,256,256,256,256,256,256,256,3,256,256, + 44,45,44,45,44,45,44,45,44,45,44,45, + }, + -- 52 + { + 44,45,44,45,44,45,44,45,44,45,44,41, + 256,256,256,256,256,256,256,256,256,256,256,40, + 256,256,73,74,256,256,256,70,71,256,97,40, + 256,256,89,90,256,256,256,86,87,256,100,40, + 256,256,256,256,256,256,256,256,256,256,256,40, + 41,41,256,256,3,45,42,43,44,45,44,45, + }, + -- 53 + { + 18,19,10,11,18,19,17,17,20,21,20,21, + 16,23,10,11,256,256,256,256,256,256,256,256, + 16,256,10,11,256,256,75,76,256,256,256,256, + 16,256,10,11,256,256,91,92,256,256,256,256, + 16,256,10,11,256,256,18,19,256,256,256,256, + 20,21,20,21,20,21,20,21,20,21,20,21, + }, + -- 54 + { + 20,21,20,21,21,17,18,19,67,256,256,256, + 256,256,256,256,256,17,18,19,256,65,256,64, + 256,256,256,256,256,256,18,19,256,256,256,256, + 256,256,256,256,256,256,38,256,67,256,64,256, + 256,256,256,256,256,256,38,256,256,256,256,256, + 20,21,20,21,20,21,20,21,54,55,54,56, + }, + -- 55 + { + 256,65,256,256,256,67,256,67,256,256,256,256, + 256,256,256,64,256,256,256,256,65,68,64,256, + 256,256,256,256,256,256,64,256,256,256,256,67, + 256,256,65,67,256,256,64,256,256,64,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 54,55,54,56,56,55,54,56,54,56,55,54, + }, + -- 56 + { + 65,256,256,256,67,256,67,256,256,256,256,64, + 256,256,64,256,256,256,256,65,256,64,256,256, + 256,256,256,256,256,64,256,256,256,256,67,256, + 256,65,67,256,256,64,256,256,64,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 55,54,55,54,56,54,55,56,54,55,54,56, + }, + -- 57 + { + 256,256,256,67,34,35,34,35,34,35,34,35, + 256,64,256,256,34,35,72,256,256,256,256,256, + 256,256,256,256,34,35,88,256,256,256,256,256, + 65,67,256,256,256,38,256,256,75,76,256,256, + 256,256,256,256,256,38,256,256,91,92,256,256, + 54,55,56,54,36,37,36,37,36,37,36,37, + }, + -- 58 + { + 35,34,35,34,35,69,256,34,35,34,35,34, + 256,256,256,256,256,69,256,256,256,256,256,256, + 256,113,70,71,114,256,256,112,107,108,113,256, + 256,256,86,87,256,256,69,256,109,110,256,256, + 256,256,256,256,256,111,111,256,256,256,256,256, + 37,36,37,36,37,256,256,36,37,36,37,36, + }, + -- 59 + { + 34,35,256,256,34,35,34,35,34,35,34,35, + 256,256,256,69,256,256,256,256,256,256,256,256, + 256,256,69,256,256,256,97,96,256,256,256,256, + 256,256,111,111,256,256,99,100,256,256,256,256, + 256,41,120,119,41,256,256,256,256,256,256,256, + 3,41,46,47,41,3,36,37,8,9,36,37, + }, + -- 60 + { + 35,34,35,34,35,33,36,2,256,256,34,35, + 256,256,36,37,256,256,256,256,256,2,34,35, + 256,256,256,256,256,256,256,256,2,33,34,35, + 256,256,116,256,256,256,256,2,256,77,34,35, + 256,256,101,102,103,256,2,256,256,93,34,35, + 36,37,36,37,36,37,36,37,36,37,36,37, + }, + -- 61 + { + 18,19,21,20,21,20,21,20,21,17,18,19, + 16,23,256,256,256,256,256,256,256,77,18,19, + 16,256,256,256,256,256,256,256,256,93,18,19, + 16,256,256,256,256,256,256,116,256,78,18,19, + 16,256,256,256,256,256,101,102,256,94,18,19, + 20,21,10,11,20,21,20,21,20,21,20,21, + }, + -- 62 + { + 18,19,17,256,256,256,256,20,21,21,20,21, + 16,72,256,0,256,256,256,256,256,256,256,256, + 16,88,256,256,0,256,256,256,256,256,256,256, + 16,256,256,78,256,0,256,114,75,76,256,256, + 16,95,256,94,256,256,0,256,91,92,256,256, + 20,21,20,21,20,21,20,21,20,21,20,21, + }, + -- 63 + { + 20,21,20,21,20,21,20,21,20,21,20,17, + 256,256,256,256,256,256,256,256,256,256,256,16, + 256,256,256,256,256,256,256,256,256,256,98,16, + 256,256,256,256,256,256,117,97,96,256,100,16, + 256,256,256,256,256,256,101,256,102,103,256,16, + 17,256,256,0,21,17,20,21,20,21,20,21, + }, + -- 64 + { + 41,48,49,48,50,49,48,49,48,50,49,48, + 41,256,256,256,256,256,256,256,256,256,256,256, + 41,256,256,256,256,256,256,256,256,256,256,256, + 41,256,256,256,113,256,256,114,256,256,112,256, + 41,256,256,256,256,256,256,256,256,256,256,256, + 42,43,8,9,42,43,42,43,42,43,42,43, + }, + -- 65 + { + 48,50,48,49,50,49,50,48,50,49,50,48, + 256,256,256,256,256,256,256,256,256,256,112,256, + 256,256,256,256,256,256,113,256,256,256,256,256, + 256,256,114,256,256,256,256,256,42,43,42,43, + 256,256,256,256,42,43,42,43,256,256,256,256, + 42,43,42,43,256,256,256,256,256,256,256,256, + }, + -- 66 + { + 48,49,48,48,50,49,48,50,49,48,48,50, + 256,113,256,256,114,256,256,256,256,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 42,43,42,43,42,43,256,256,256,112,256,256, + 256,256,256,256,42,43,3,256,256,256,256,256, + 256,256,256,256,42,43,42,43,42,43,42,43, + }, + -- 67 + { + 50,48,50,49,50,48,50,49,41,42,43,41, + 256,256,256,256,256,256,256,256,77,42,43,40, + 256,256,256,256,256,256,256,256,93,34,35,32, + 256,256,114,256,256,113,256,256,256,33,14,116, + 256,256,256,256,256,256,256,256,256,34,35,33, + 42,43,41,42,43,256,256,256,3,42,43,28, + }, + -- 68 + { + 25,28,29,26,27,256,69,26,27,28,29,28, + 24,97,256,256,256,256,256,256,256,256,256,256, + 24,99,256,256,256,69,256,256,256,256,256,256, + 38,256,95,256,113,69,256,256,114,75,76,256, + 38,101,102,103,256,111,111,256,256,91,92,256, + 29,28,29,28,29,256,69,28,29,28,29,28, + }, + -- 69 + { + 28,29,26,27,26,27,28,29,8,9,28,29, + 256,256,256,28,29,256,256,256,8,9,256,256, + 256,256,256,256,256,256,256,256,8,9,256,256, + 75,76,75,76,75,76,75,76,8,9,256,256, + 91,92,91,92,91,92,91,92,8,9,256,256, + 28,29,1,26,27,1,28,29,8,9,28,29, + }, + -- 70 + { + 28,29,26,27,25,25,51,53,53,51,53,24, + 256,256,256,77,26,27,65,64,256,68,256,38, + 256,256,256,93,256,256,256,256,256,256,66,24, + 256,256,256,78,256,256,256,66,256,256,256,24, + 256,256,95,94,25,25,256,256,101,102,103,24, + 28,29,28,29,26,27,54,56,54,56,55,54, + }, + -- 71 + { + 46,47,10,11,46,47,46,47,46,47,46,47, + 47,256,10,11,256,256,256,256,256,256,256,256, + 47,98,10,11,256,256,256,256,256,256,256,256, + 47,99,10,11,256,256,115,105,256,256,256,256, + 47,256,10,11,256,256,101,102,103,256,256,256, + 46,47,46,47,46,47,46,47,46,47,46,47, + }, + -- 72 + { + 46,47,46,47,46,47,46,47,46,47,46,47, + 256,256,256,256,256,256,26,27,26,27,28,29, + 256,256,256,256,256,256,38,256,256,256,256,256, + 256,256,256,116,256,256,38,256,256,256,256,256, + 256,256,101,102,256,256,26,27,26,27,256,256, + 46,47,46,47,46,47,46,47,46,47,28,29, + }, + -- 73 + { + 46,47,256,256,256,1,26,27,26,27,26,27, + 28,29,1,256,256,256,256,256,256,28,29,25, + 256,256,256,1,256,256,256,116,96,96,256,256, + 256,256,256,256,1,256,256,99,256,100,256,256, + 256,25,256,256,256,1,256,256,256,256,256,256, + 28,29,28,29,26,27,26,27,26,27,26,27, + }, + -- 74 + { + 26,27,8,9,26,27,26,27,26,27,26,27, + 25,256,8,9,1,25,28,29,28,29,25,1, + 256,256,8,9,256,256,256,256,256,256,256,256, + 256,256,8,9,256,256,256,116,106,256,256,256, + 256,256,8,9,256,256,104,101,102,103,256,256, + 26,27,26,27,26,27,26,27,26,27,26,27, + }, + -- 75 + { + 26,27,26,27,26,27,26,27,26,27,26,27, + 256,256,28,29,25,28,29,25,28,29,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 256,114,256,256,256,113,256,256,256,256,114,256, + 256,256,256,256,256,256,256,256,256,256,256,256, + 26,27,28,29,28,29,28,29,28,29,26,27, + }, + -- 76 + { + 26,27,26,27,26,27,26,27,18,19,20,21, + 256,256,256,256,256,256,23,25,17,23,256,256, + 256,256,256,256,256,256,256,25,17,256,256,256, + 256,256,256,114,256,256,78,25,17,256,256,256, + 256,256,256,256,256,95,94,25,17,256,256,256, + 26,27,26,27,26,27,26,27,51,53,52,51, + }, + -- 77 + { + 18,19,18,19,18,19,256,256,256,0,17,52, + 256,256,17,72,256,256,0,256,256,256,256,256, + 256,256,38,256,256,113,256,0,256,256,256,256, + 256,256,38,256,256,256,256,256,0,256,256,256, + 256,256,38,256,256,256,256,256,256,0,256,256, + 52,51,52,53,52,53,51,52,51,53,52,53, + }, + -- 78 + { + 51,52,53,51,52,256,256,52,53,51,52,17, + 256,256,256,256,256,256,69,256,256,256,256,17, + 256,256,256,256,256,69,256,256,256,256,256,17, + 256,256,256,256,256,111,111,106,256,256,78,17, + 256,256,256,256,17,118,119,17,256,95,94,17, + 51,52,53,53,51,53,52,53,51,52,51,17, + }, + -- 79 + { + 256,256,256,256,42,43,42,43,8,9,42,43, + 256,256,256,256,42,43,72,256,8,9,256,256, + 256,126,127,256,42,43,256,256,8,9,256,256, + 256,256,256,256,42,43,256,256,8,9,256,256, + 256,256,256,256,42,43,256,256,8,9,256,256, + 256,256,256,256,42,43,42,43,42,43,42,43, + }, + -- 80 + { + 42,43,42,43,42,43,42,43,256,256,256,256, + 256,256,256,256,256,23,42,43,256,256,256,256, + 256,256,256,256,256,256,42,43,256,126,127,256, + 256,256,256,256,256,256,42,43,256,256,256,256, + 256,256,256,256,256,256,42,43,256,256,256,256, + 42,43,42,43,42,43,42,43,256,256,256,256, + }, +} diff --git a/data/stage1_world_map.lua b/data/stage1_world_map.lua index 5c9d3df..3a6554e 100644 --- a/data/stage1_world_map.lua +++ b/data/stage1_world_map.lua @@ -15,7 +15,7 @@ stage1_mapa={ 256,256,73,74,256,256,256,256,73,74,256,256, 256,256,89,90,256,256,256,256,89,90,256,256, 256,256,256,256,256,256,256,256,256,256,256,256, - 20,21,20,21,20,21,20,21,0,256,256,17, + 20,21,20,21,18,19,20,21,0,256,256,17, }, -- 3 { @@ -68,7 +68,7 @@ stage1_mapa={ 256,256,67,256,256,256,256,68,256,256,256,256, 256,256,256,256,66,256,256,256,256,256,256,67, 256,256,64,256,256,65,256,67,256,67,256,256, - 256,256,256,256,256,111,111,256,256,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, 20,21,20,21,17,256,256,17,20,21,20,21, }, -- 9 @@ -92,7 +92,7 @@ stage1_mapa={ -- 11 { 256,66,26,27,28,29,28,29,26,27,28,29, - 256,256,256,24,256,256,256,256,23,25,256,256, + 256,256,256,24,256,256,256,256,256,25,256,256, 64,68,256,256,256,256,256,256,256,25,256,256, 256,256,66,24,256,121,256,256,256,38,256,256, 256,66,256,24,101,102,103,256,256,38,256,256, @@ -100,7 +100,7 @@ stage1_mapa={ }, -- 12 { - 28,29,28,29,28,29,29,256,256,256,26,27, + 28,29,28,29,28,29,256,256,256,256,26,27, 256,256,256,256,256,256,256,256,256,1,256,256, 256,256,73,74,256,256,256,256,1,256,256,256, 256,256,89,90,256,256,256,1,256,256,256,256, @@ -157,13 +157,13 @@ stage1_mapa={ 44,45,44,45,41,256,256,41,44,45,44,45, 256,256,256,256,256,69,256,256,256,256,256,256, 256,256,256,256,256,256,69,256,256,256,256,256, - 256,256,256,256,256,111,111,256,256,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, 256,256,256,41,41,256,69,41,41,256,256,256, 45,44,45,42,43,256,256,42,43,44,45,41, }, -- 19 { - 44,45,44,45,42,43,42,43,44,45,44,45, + 44,45,44,45,42,43,41,3,44,45,44,45, 256,256,256,256,256,40,40,256,256,256,256,256, 256,97,98,97,256,40,40,256,98,97,96,256, 256,99,256,100,256,40,40,256,99,256,100,256, @@ -172,7 +172,7 @@ stage1_mapa={ }, -- 20 { - 44,45,256,256,256,42,43,42,43,41,41,41, + 41,256,256,256,256,42,43,42,43,41,41,41, 256,256,256,256,3,41,256,256,256,77,42,43, 256,256,256,3,256,41,256,256,256,93,41,41, 256,256,3,256,256,39,256,256,256,256,42,43, @@ -199,7 +199,7 @@ stage1_mapa={ }, -- 23 { - 37,36,37,36,37,36,37,256,256,256,34,35, + 36,37,36,37,36,37,256,256,256,256,34,35, 256,256,256,256,256,256,256,256,256,2,37,256, 256,97,98,97,256,256,112,256,2,256,256,256, 256,99,256,100,256,256,256,2,256,75,76,256, @@ -253,7 +253,7 @@ stage1_mapa={ }, -- 29 { - 33,256,256,256,2,33,34,35,33,33,34,35, + 33,256,256,256,256,33,34,35,33,33,34,35, 256,2,256,256,256,256,256,256,256,256,256,256, 256,256,2,256,256,256,256,256,256,256,256,256, 256,256,256,2,256,256,256,117,98,106,116,256, @@ -308,7 +308,7 @@ stage1_mapa={ -- 35 { 26,27,28,29,28,29,28,29,8,9,26,27, - 24,23,256,256,256,256,256,256,8,9,256,24, + 24,256,256,256,256,256,256,256,8,9,256,24, 24,256,256,256,256,256,256,256,8,9,256,24, 24,256,256,256,256,256,256,256,8,9,256,24, 24,256,256,256,256,256,256,256,8,9,256,24, @@ -338,14 +338,14 @@ stage1_mapa={ 29,256,256,256,256,256,69,256,256,256,256,28, 256,256,98,96,98,256,256,98,98,96,256,256, 256,256,99,256,100,256,256,99,256,100,256,256, - 256,256,256,256,256,111,111,256,256,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, 29,28,29,28,29,69,256,28,29,28,29,28, }, -- 39 { 28,29,25,25,28,29,25,25,28,29,25,25, 256,256,25,25,256,256,256,256,256,256,106,24, - 256,256,23,256,256,256,256,256,256,256,95,24, + 256,256,256,256,256,256,256,256,256,256,95,24, 256,256,256,256,78,97,107,108,256,106,105,24, 256,256,256,256,94,101,102,110,103,105,98,24, 28,29,28,29,28,29,28,29,28,29,28,29, @@ -406,7 +406,7 @@ stage1_mapa={ }, -- 46 { - 18,19,18,19,17,256,256,256,20,21,20,21, + 18,19,18,19,17,256,256,256,256,0,20,21, 18,19,72,256,256,0,256,256,256,256,256,256, 18,19,88,256,256,256,0,256,256,256,256,256, 18,19,256,75,76,78,256,0,256,116,256,256, @@ -428,7 +428,7 @@ stage1_mapa={ 256,256,256,256,256,256,69,256,256,256,256,256, 256,256,96,97,256,256,69,256,256,256,256,256, 256,115,99,100,256,256,256,256,256,117,256,256, - 256,101,102,103,256,111,111,256,101,102,103,256, + 256,101,102,103,256,256,256,256,101,102,103,256, 19,18,19,18,19,69,256,18,19,18,19,18, }, -- 49 @@ -436,8 +436,8 @@ stage1_mapa={ 20,21,256,69,18,19,18,19,20,21,20,21, 256,256,256,256,256,256,256,256,256,256,114,256, 256,256,69,256,256,256,114,256,256,256,256,256, - 256,114,69,111,256,256,256,256,17,18,19,17, - 256,256,111,256,18,19,18,19,18,19,18,19, + 256,114,69,256,256,256,256,256,17,18,19,17, + 256,256,256,256,18,19,18,19,18,19,18,19, 18,19,256,69,17,18,19,18,19,18,19,17, }, -- 50 @@ -451,7 +451,7 @@ stage1_mapa={ }, -- 51 { - 42,43,44,45,41,41,256,256,256,44,45,45, + 42,43,44,45,41,41,256,256,256,256,44,45, 40,72,256,256,256,256,3,256,256,256,256,256, 40,96,256,256,256,256,256,3,256,256,256,256, 40,99,256,114,256,114,256,256,3,256,256,256, @@ -470,7 +470,7 @@ stage1_mapa={ -- 53 { 18,19,10,11,18,19,17,17,20,21,20,21, - 16,23,10,11,256,256,256,256,256,256,256,256, + 16,256,10,11,256,256,256,256,256,256,256,256, 16,256,10,11,256,256,75,76,256,256,256,256, 16,256,10,11,256,256,91,92,256,256,256,256, 16,256,10,11,256,256,18,19,256,256,256,256, @@ -518,7 +518,7 @@ stage1_mapa={ 256,256,256,256,256,69,256,256,256,256,256,256, 256,113,70,71,114,256,256,112,107,108,113,256, 256,256,86,87,256,256,69,256,109,110,256,256, - 256,256,256,256,256,111,111,256,256,256,256,256, + 256,256,256,256,256,256,256,256,256,256,256,256, 37,36,37,36,37,256,256,36,37,36,37,36, }, -- 59 @@ -526,7 +526,7 @@ stage1_mapa={ 34,35,256,256,34,35,34,35,34,35,34,35, 256,256,256,69,256,256,256,256,256,256,256,256, 256,256,69,256,256,256,97,96,256,256,256,256, - 256,256,111,111,256,256,99,100,256,256,256,256, + 256,256,256,256,256,256,99,100,256,256,256,256, 256,41,120,119,41,256,256,256,256,256,256,256, 3,41,46,47,41,3,36,37,8,9,36,37, }, @@ -534,15 +534,15 @@ stage1_mapa={ { 35,34,35,34,35,33,36,2,256,256,34,35, 256,256,36,37,256,256,256,256,256,2,34,35, - 256,256,256,256,256,256,256,256,2,77,34,35, - 256,256,116,256,256,256,256,2,256,93,34,35, - 256,256,101,102,103,256,2,256,256,256,34,35, + 256,256,256,256,256,256,256,256,2,33,34,35, + 256,256,116,256,256,256,256,2,256,77,34,35, + 256,256,101,102,103,256,2,256,256,93,34,35, 36,37,36,37,36,37,36,37,36,37,36,37, }, -- 61 { 18,19,21,20,21,20,21,20,21,17,18,19, - 16,23,256,256,256,256,256,256,256,77,18,19, + 16,256,256,256,256,256,256,256,256,77,18,19, 16,256,256,256,256,256,256,256,256,93,18,19, 16,256,256,256,256,256,256,116,256,78,18,19, 16,256,256,256,256,256,101,102,256,94,18,19, @@ -595,21 +595,21 @@ stage1_mapa={ }, -- 67 { - 50,48,50,49,50,48,50,49,41,42,43,48, - 256,256,256,256,256,256,256,256,77,42,43,256, - 256,256,256,256,256,256,256,256,93,42,43,256, - 256,256,114,256,256,113,256,256,256,42,43,256, - 256,256,256,256,256,256,256,256,256,42,43,256, - 42,43,41,42,43,256,256,256,3,42,43,50, + 50,48,50,49,50,48,50,49,41,42,43,41, + 256,256,256,256,256,256,256,256,77,42,43,40, + 256,256,256,256,256,256,256,256,93,34,35,32, + 256,256,114,256,256,113,256,256,256,33,14,116, + 256,256,256,256,256,256,256,256,256,34,35,33, + 42,43,41,42,43,256,256,256,3,42,43,28, }, -- 68 { 25,28,29,26,27,256,69,26,27,28,29,28, 24,97,256,256,256,256,256,256,256,256,256,256, 24,99,256,256,256,69,256,256,256,256,256,256, - 24,256,95,256,113,69,256,256,114,75,76,256, - 24,101,102,103,256,111,111,256,256,91,92,256, - 28,28,29,28,29,256,69,28,29,28,29,28, + 38,256,95,256,113,69,256,256,114,75,76,256, + 38,101,102,103,256,256,256,256,256,91,92,256, + 29,28,29,28,29,256,69,28,29,28,29,28, }, -- 69 { @@ -622,11 +622,11 @@ stage1_mapa={ }, -- 70 { - 28,29,26,27,25,25,256,256,65,256,256,256, - 256,256,256,77,26,27,256,256,256,68,256,256, - 256,256,256,93,25,25,256,256,256,256,66,256, - 256,256,256,78,26,27,256,66,256,256,256,67, - 256,256,95,94,25,25,256,256,256,256,256,256, + 28,29,26,27,25,25,51,53,53,51,53,24, + 256,256,256,77,26,27,65,64,256,68,256,38, + 256,256,256,93,256,256,256,256,256,256,66,24, + 256,256,256,78,256,256,256,66,256,256,256,24, + 256,256,95,94,25,25,256,256,101,102,103,24, 28,29,28,29,26,27,54,56,54,56,55,54, }, -- 71 @@ -677,7 +677,7 @@ stage1_mapa={ -- 76 { 26,27,26,27,26,27,26,27,18,19,20,21, - 256,256,256,256,256,256,23,25,17,23,256,256, + 256,256,256,256,256,256,256,25,17,256,256,256, 256,256,256,256,256,256,256,25,17,256,256,256, 256,256,256,114,256,256,78,25,17,256,256,256, 256,256,256,256,256,95,94,25,17,256,256,256, @@ -697,7 +697,7 @@ stage1_mapa={ 51,52,53,51,52,256,256,52,53,51,52,17, 256,256,256,256,256,256,69,256,256,256,256,17, 256,256,256,256,256,69,256,256,256,256,256,17, - 256,256,256,256,256,111,111,106,256,256,78,17, + 256,256,256,256,256,256,256,106,256,256,78,17, 256,256,256,256,17,118,119,17,256,95,94,17, 51,52,53,53,51,53,52,53,51,52,51,17, }, @@ -713,7 +713,7 @@ stage1_mapa={ -- 80 { 42,43,42,43,42,43,42,43,256,256,256,256, - 256,256,256,256,256,23,42,43,256,256,256,256, + 256,256,256,256,256,256,42,43,256,256,256,256, 256,256,256,256,256,256,42,43,256,126,127,256, 256,256,256,256,256,256,42,43,256,256,256,256, 256,256,256,256,256,256,42,43,256,256,256,256, diff --git a/data/tiles.gif b/data/tiles.gif index e0aceb7..a937948 100644 Binary files a/data/tiles.gif and b/data/tiles.gif differ