diff --git a/data/stage2_world_map.lua b/data/stage2_world_map.lua index f223dbf..ca0a406 100644 --- a/data/stage2_world_map.lua +++ b/data/stage2_world_map.lua @@ -4,6 +4,41 @@ s02_mapa_rooms_per_piso = 16 s02_mapa_pisos = 1 mapa_empty_tile = 256 +-- Nuvols +-- 3x4 +-- . 8 9 . +-- 5 6 6 7 +-- 1 2 3 4 +-- +-- . 5 9 . +-- 8 1 7 7 +-- 1 4 4 4 +-- +-- 3x3 +-- . 8 9 +-- 5 7 3 +-- 1 4 . +-- +-- 4x2 +-- 10 11 12 13 +-- 1 2 3 4 +-- +-- 2x2 +-- 10 13 +-- 1 4 +-- +-- 5 7 +-- 1 4 +-- +-- 8 9 +-- 1 4 +-- +-- 8 7 +-- 1 4 +-- +-- 10 13 +-- 2 3 + stage2_mapa={ -- 1 { diff --git a/data/tiles2-working.gif b/data/tiles2-working.gif new file mode 100644 index 0000000..695d5f5 Binary files /dev/null and b/data/tiles2-working.gif differ diff --git a/data/tiles2.gif b/data/tiles2.gif index 6594909..2627374 100644 Binary files a/data/tiles2.gif and b/data/tiles2.gif differ