Do you hear it?
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
:action1
|
||||
play_lib_snd cocina_bol
|
||||
inventory_add turno_cocina_bol
|
||||
set_active turno_cocina_bol false
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
:action2
|
||||
say player "No tengo donde meter el agua."
|
||||
:action3 turno_cocina_bol_lentejas
|
||||
play_lib_snd cocina_fregader_der
|
||||
say player "Agua a ojo... en su justa medida."
|
||||
inventory_remove turno_cocina_peso_bol
|
||||
inventory_add turno_cocina_bol_lentejas
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
:action2
|
||||
say player "No tengo donde meter el agua."
|
||||
:action3 turno_cocina_bol_lentejas
|
||||
play_lib_snd cocina_fregader_izq
|
||||
say player "Agua a ojo... en su justa medida."
|
||||
inventory_remove turno_cocina_peso_bol
|
||||
inventory_add turno_cocina_bol_lentejas
|
||||
|
||||
@@ -19,6 +19,7 @@ set_angle player 180
|
||||
|
||||
:ready
|
||||
> [!cutscene_played]
|
||||
play_snd res://gymkhana/sounds/music_loop.ogg _music
|
||||
set_global cutscene_played true
|
||||
accept_input SKIP
|
||||
set_gui_visible false
|
||||
|
||||
BIN
gymkhana/sounds/cocina_bol.ogg
Normal file
BIN
gymkhana/sounds/cocina_bol.ogg
Normal file
Binary file not shown.
BIN
gymkhana/sounds/cocina_fregadero_der.ogg
Normal file
BIN
gymkhana/sounds/cocina_fregadero_der.ogg
Normal file
Binary file not shown.
BIN
gymkhana/sounds/cocina_fregadero_izq.ogg
Normal file
BIN
gymkhana/sounds/cocina_fregadero_izq.ogg
Normal file
Binary file not shown.
BIN
gymkhana/sounds/intro_menu_loop.ogg
Normal file
BIN
gymkhana/sounds/intro_menu_loop.ogg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
# change_scene res://gymkhana/rooms/intro/intro_room.tscn false
|
||||
show_menu main
|
||||
# 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
|
||||
# 1/ Simple scene
|
||||
|
||||
Reference in New Issue
Block a user