[NEW] Afegit Intro per a sel·leccionar en el menú
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user