[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:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user