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:
2026-03-15 22:08:03 +01:00
parent ec3d0916e1
commit 5f8e13706c
10 changed files with 98 additions and 58 deletions

View File

@@ -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