From 1143b5d83ef6db39a3a973fcdfb46e299334e343 Mon Sep 17 00:00:00 2001 From: JailGamer Date: Fri, 1 May 2026 08:48:03 +0200 Subject: [PATCH] =?UTF-8?q?[Fix]=20Eliminada=20la=20=C3=BAltima=20posici?= =?UTF-8?q?=C3=B3=20per=20al=20peu=20perque=20no=20se=20fer-ho=20d'altra?= =?UTF-8?q?=20forma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/peu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/peu.lua b/data/peu.lua index a72f6f4..2909f06 100644 --- a/data/peu.lua +++ b/data/peu.lua @@ -11,7 +11,7 @@ peu={name="peu",hab=5,x=6,y=3,w=32,h=32,bb={x=0,y=0,w=16,h=16}} function peu.init() -- local habs={{18,8},{16,2},{16,7},{15,5},{27,1},{27,10},{29,2},{38,8},{69,2},{79,3}} - local habs={{69,0},{78,6},{59,8},{27,8},{16,0},{18,8},{18,9}} + local habs={{69,0},{78,6},{59,8},{27,8},{16,0},{18,8}} local r=1+math.random(0,#habs-1) peu.hab=habs[r][1] -- peu.x=habs[r][2]*8