[FIX] Col·lisió en el peu

[FIX] Canviada dialeg.run a dialeg.show
[NEW] Afegit dialeg.add
This commit is contained in:
2026-05-10 16:11:32 +02:00
parent 275122fd40
commit fbba9a6987
9 changed files with 87 additions and 68 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ stage1_ending ={
}
function stage1_ending.update_scene(self)
print("UPDATING "..self.time)
-- print("UPDATING "..self.time)
if self.time==0 then
start_scene(scenes.stage1_ending, nil, false)
@@ -64,12 +64,12 @@ function stage1_ending.update_scene(self)
-- dialegs draw
if self.time>201 and self.time<300 then
-- bocadillo quinta escena (1)
dialeg.run(premiere.x, premiere.y,
dialeg.show(premiere.x, premiere.y,
premiere.w, false,
"Volare uoh oh...", true)
elseif self.time>=300 and self.time<400 then
-- bocadillo quinta escena (2)
dialeg.run(premiere.x, premiere.y,
dialeg.show(premiere.x, premiere.y,
premiere.w, false,
"Cantare uoh oh oh oh...", true)
end