- Passat a mini v1.3.7
- [NEW] ara es pot activar i desactivar el só, des del nou menu d'opcions i desde el menu in-game - [NEW] menus canviats un poc
This commit is contained in:
@@ -29,9 +29,6 @@ function intro_intro()
|
||||
game_update = intro_update
|
||||
fade.fadeoutin()
|
||||
end
|
||||
if key.press(key.M) then
|
||||
mute = not mute
|
||||
end
|
||||
end
|
||||
|
||||
function intro_update()
|
||||
@@ -40,8 +37,6 @@ function intro_update()
|
||||
fade.fadeoutin()
|
||||
elseif key.press(key.SPACE) then
|
||||
intro_wait=1
|
||||
elseif key.press(key.M) then
|
||||
mute = not mute
|
||||
end
|
||||
|
||||
intro_wait=intro_wait-1
|
||||
@@ -97,7 +92,7 @@ function intro_update()
|
||||
start_scene(scenes.intro_04,58)
|
||||
intro_step=intro_step+1
|
||||
elseif intro_step==8 then
|
||||
playmus(audio_main_song)
|
||||
music.play(audio_main_song)
|
||||
game_init(true)
|
||||
fade.fadeoutin()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user