Do you hear it?

This commit is contained in:
2023-10-05 00:43:17 +02:00
parent ef05793d1d
commit a857d326ce
12 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
:action1 :action1
play_lib_snd cocina_bol
inventory_add turno_cocina_bol inventory_add turno_cocina_bol
set_active turno_cocina_bol false set_active turno_cocina_bol false

View File

@@ -3,6 +3,7 @@
:action2 :action2
say player "No tengo donde meter el agua." say player "No tengo donde meter el agua."
:action3 turno_cocina_bol_lentejas :action3 turno_cocina_bol_lentejas
play_lib_snd cocina_fregader_der
say player "Agua a ojo... en su justa medida." say player "Agua a ojo... en su justa medida."
inventory_remove turno_cocina_peso_bol inventory_remove turno_cocina_peso_bol
inventory_add turno_cocina_bol_lentejas inventory_add turno_cocina_bol_lentejas

View File

@@ -3,6 +3,7 @@
:action2 :action2
say player "No tengo donde meter el agua." say player "No tengo donde meter el agua."
:action3 turno_cocina_bol_lentejas :action3 turno_cocina_bol_lentejas
play_lib_snd cocina_fregader_izq
say player "Agua a ojo... en su justa medida." say player "Agua a ojo... en su justa medida."
inventory_remove turno_cocina_peso_bol inventory_remove turno_cocina_peso_bol
inventory_add turno_cocina_bol_lentejas inventory_add turno_cocina_bol_lentejas

View File

@@ -19,6 +19,7 @@ set_angle player 180
:ready :ready
> [!cutscene_played] > [!cutscene_played]
play_snd res://gymkhana/sounds/music_loop.ogg _music
set_global cutscene_played true set_global cutscene_played true
accept_input SKIP accept_input SKIP
set_gui_visible false set_gui_visible false

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3,7 +3,7 @@
# change_scene res://gymkhana/rooms/intro/intro_room.tscn false # change_scene res://gymkhana/rooms/intro/intro_room.tscn false
show_menu main show_menu main
# When control is passed back after the logo, start the music # When control is passed back after the logo, start the music
play_snd res://gymkhana/sounds/music_loop.ogg _music play_snd res://gymkhana/sounds/intro_menu_loop.ogg _music
:newgame :newgame
# 1/ Simple scene # 1/ Simple scene