forked from JailDoctor/cacaus
Modificades les funcions draw de batman, caco, elalien, imp, premiere i zombie. El menú principal ja pareix que es veu be. Parametritzats els avatars que faltaven en scenes
This commit is contained in:
@@ -111,19 +111,3 @@ function text(str,x,y,col)
|
||||
|
||||
draw.text(str,x,y,col)
|
||||
end
|
||||
|
||||
function arcade_intro()
|
||||
surf.target(logo)
|
||||
surf.cls(16)
|
||||
draw.text("JAILGAMES",0,0,15)
|
||||
surf.target(0)
|
||||
surf.source(logo)
|
||||
text("presenta",96,100,14)
|
||||
intro_wait=intro_wait-1
|
||||
if intro_wait==0 or key.press(key.ESCAPE) or key.press(keyShoot) or pad.press(btnShoot) or pad.press(btnPause) then
|
||||
intro_wait=1
|
||||
game_update = intro_update
|
||||
fade.fadeoutin()
|
||||
end
|
||||
draw.surf(0,0,36,5,56,70,arcade_config.logo_sf.width,arcade_config.logo_sf.height)
|
||||
end
|
||||
Reference in New Issue
Block a user