[FIX] Col·lisió en el peu
[FIX] Canviada dialeg.run a dialeg.show [NEW] Afegit dialeg.add
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user