adds game over credits (#74)
## Changes - Adds game over credits Reviewed-on: gymkhana/gymkhana#74 Reviewed-by: Eneko Nieto <eneko@eneko.ovh> Co-authored-by: oier <oierbravo@gmail.com> Co-committed-by: oier <oierbravo@gmail.com>
This commit is contained in:
@@ -78,12 +78,14 @@ set_active cocina_delante_puerta_detras true
|
||||
set_global cocina_delante_catando false
|
||||
> [turno_cocina_ingrediente_patatas,turno_cocina_ingrediente_ajo_en_lentejas,turno_cocina_ingrediente_romero]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta_muchisimo.ogv
|
||||
set_global turno_cocina_eneko_cata_ok true
|
||||
set_active eneko_smoking true
|
||||
set_active turno_cocina_ajo false
|
||||
play_snd res://gymkhana/sounds/music_loop.ogg _music
|
||||
stop
|
||||
> [turno_cocina_ingrediente_patatas,turno_cocina_ingrediente_ajo_en_lentejas]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta.ogv
|
||||
set_global turno_cocina_eneko_cata_ok true
|
||||
set_active eneko_smoking true
|
||||
set_active turno_cocina_ajo false
|
||||
play_snd res://gymkhana/sounds/music_loop.ogg _music
|
||||
|
||||
@@ -46,10 +46,10 @@ is_movable = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 0.584314, 0.490196, 0.270588, 1 )
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "cocina_delante_eneko_smoking_action1",
|
||||
"action2": "cocina_delante_eneko_smoking_action2"
|
||||
}
|
||||
"tooltips": {
|
||||
"action1": "cocina_delante_eneko_smoking_action1",
|
||||
"action2": "cocina_delante_eneko_smoking_action2"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_frontal": "Ofrecer",
|
||||
|
||||
Reference in New Issue
Block a user