- Ara es pot usar el gamepad per a tot

This commit is contained in:
2023-02-10 19:06:26 +01:00
parent 5c3e01d3e4
commit a3ca7bec86
4 changed files with 39 additions and 10 deletions

View File

@@ -272,7 +272,7 @@ function update_scene()
end
end
if btnp(KEY_ESCAPE) and (scenes.current_scene~=scenes.final) then
if (btnp(KEY_ESCAPE) or padp(btnPause)) and (scenes.current_scene~=scenes.final) then
if scenes.current_scene[scenes.dnum].die then
game_init(true)
else