[NEW] Afegit Intro per a sel·leccionar en el menú

This commit is contained in:
2026-05-10 22:26:46 +02:00
parent b1e27a722c
commit 100d41c576
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function opcions_draw()
end
function opcions_update()
if key.press(keyShoot) or key.press(key.SPACE) or pad.press(pad.A) or pad.press(btnShoot) then
if key.press(keyShoot) or key.press(key.SPACE) or pad.press(pad.A) or pad.press(btnShoot) or key.press(key.RETURN) then
if menu_sel==0 then
music.enabled(not music.enabled())
if music.enabled() then music.play(audio_main_song) end