[FIX] Modificat el mapa principal per a pujar de pis sense fer parkour

[NEW] Separats els mapes a fitxers independents
[FIX] Altres arreglos menors
This commit is contained in:
2026-05-16 13:51:31 +02:00
parent 5453857896
commit 24a1f6a3fb
6 changed files with 793 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ gorro_gif_row = 2
gorro={name="gorro",hab=5,x=6,y=3,w=32,h=32,bb={x=0,y=0,w=16,h=16}}
function gorro.init()
local habs={{4,5},{12,10},{21,11},{34,4},{43,1}}
local habs={{4,5},{12,11},{21,11},{34,4},{43,1}}
local r=1+math.random(0,#habs-1)
gorro.hab=habs[r][1]
gorro.x=habs[r][2]