[WIP] Stage 2. Tiles per als núvols

This commit is contained in:
2026-05-31 17:53:35 +02:00
parent 9d044d10f9
commit faac5dc947
3 changed files with 35 additions and 0 deletions
+35
View File
@@ -4,6 +4,41 @@ s02_mapa_rooms_per_piso = 16
s02_mapa_pisos = 1 s02_mapa_pisos = 1
mapa_empty_tile = 256 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={ stage2_mapa={
-- 1 -- 1
{ {
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB