fix: replace mp4 with ogv in video paths
This commit is contained in:
@@ -78,9 +78,9 @@ say player "Si consigues hacer unas lentejas buenísimas Eneko se pondrá muy co
|
||||
say player "Espero que disfrutes el juego y buena suerte!"
|
||||
|
||||
:turno_cocina_eneko_catando_end
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta_muchisimo.mp4 [turno_cocina_ingrediente_ajo,turno_cocina_ingrediente_romero]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta.mp4 [turno_cocina_ingrediente_ajo]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_no_le_gusta.mp4 [!turno_cocina_ingrediente_ajo]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta_muchisimo.ogv [turno_cocina_ingrediente_ajo,turno_cocina_ingrediente_romero]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_le_gusta.ogv [turno_cocina_ingrediente_ajo]
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_sale_no_le_gusta.ogv [!turno_cocina_ingrediente_ajo]
|
||||
set_active eneko_smoking true
|
||||
set_active turno_cocina_ajo false
|
||||
|
||||
@@ -94,10 +94,10 @@ say player "Espero que disfrutes el juego y buena suerte!"
|
||||
#turn_to eneko_smoking player
|
||||
|
||||
?
|
||||
- cocina_delante_intro_dialog_catar:"Ya he hecho las lentejas!" [turno_cocina_ingrediente_lentejas,turno_cocina_ingrediente_patatas,turno_cocina_economica_encendida]
|
||||
- cocina_delante_intro_dialog_catar:"Ya he hecho las lentejas!" [turno_cocina_ingrediente_lentejas,turno_cocina_economica_encendida]
|
||||
say_last_dialog_option
|
||||
say eneko_smoking cocina_delante_intro_dialog_catar_res:"En serio! Voy a probarlas!"
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_entra_cocina.mp4
|
||||
play_video res://gymkhana/videos/turno_cocina/eneko_entra_cocina.ogv
|
||||
set_active eneko_smoking false
|
||||
set_active turno_cocina_ajo true
|
||||
sched_event 10 eneko_smoking turno_cocina_eneko_catando_end
|
||||
|
||||
Reference in New Issue
Block a user