- Icon resource for Windows added

- Zoom and fullscreen controlled from Lua
- Basic gamepad support
This commit is contained in:
2023-01-20 19:14:59 +01:00
parent 0b2f30bac8
commit db9ce7898b
13 changed files with 75 additions and 65 deletions

View File

@@ -2,7 +2,7 @@ intro_wait=40
intro_step=0
function intro_init()
_update = intro_intro
game_update = intro_intro
intro_wait=400
cls(16)
setdest(logo)
@@ -19,9 +19,9 @@ function intro_intro()
--text("JAILGAMES",40,30,15)
text("presenta",48,50,14)
intro_wait=intro_wait-1
if intro_wait==0 or btnp(KEY_ESCAPE) or btnp(KEY_SPACE) then
if intro_wait==0 or btnp(KEY_ESCAPE) or btnp(keyShoot) or padp(btnShoot) then
intro_wait=1
_update = intro_update
game_update = intro_update
fade.fadeoutin()
end
if btnp(KEY_M) then