forked from JailDoctor/cacaus
Eliminats dibuixats dobles en gorro i peu. El splash de la bambolla ja es veu com toca. Afegida funció per a escalar el text i modificades algunes crides a draw.text. Sprite del Abad nou i altres personatges i tiles upgradats també
This commit is contained in:
@@ -73,7 +73,6 @@ function intro_update()
|
||||
intro_wait=intro_wait-1
|
||||
if intro_wait==0 then
|
||||
if intro_step==0 then
|
||||
print("STEP 0")
|
||||
surf.cls(16)
|
||||
-- draw.rect(15*o2aX,3*o2aX,99*o2aX,51*o2aX,2)
|
||||
draw_item_intro("marc",false)
|
||||
@@ -90,11 +89,9 @@ function intro_update()
|
||||
view.origin(0,0)
|
||||
intro_step=intro_step+1
|
||||
elseif intro_step==1 then
|
||||
print("STEP 1")
|
||||
start_scene(scenes.intro_01,58)
|
||||
intro_step=intro_step+1
|
||||
elseif intro_step==2 then
|
||||
print("STEP 2")
|
||||
surf.cls(16)
|
||||
-- draw.rect(15,3,99,51,2)
|
||||
draw_item_intro("marc",false)
|
||||
|
||||
Reference in New Issue
Block a user