feat: now oier talks to eneko on init, making the developing experience more frustating!
bugfix: initial location in cocina and cocina_delante
This commit is contained in:
@@ -1,6 +1,32 @@
|
|||||||
:action1
|
:action1
|
||||||
say current_player "Tiene pinta de que fuma"
|
say current_player "Tiene pinta de que fuma"
|
||||||
|
|
||||||
|
#1
|
||||||
|
:talk
|
||||||
|
|
||||||
|
say current_player "Hello!"
|
||||||
|
say eneko_smoking "How can I help you?"
|
||||||
|
|
||||||
|
#2
|
||||||
|
?
|
||||||
|
#3
|
||||||
|
- "I sell fine leather jackets."
|
||||||
|
|
||||||
|
say eneko_smoking "Aha. Well, I don't like leather."
|
||||||
|
stop
|
||||||
|
|
||||||
|
#4
|
||||||
|
- "Can you tell me where the train station is?"
|
||||||
|
|
||||||
|
say eneko_smoking "Sure. You just go right, then right."
|
||||||
|
say current_player "Okay?"
|
||||||
|
say eneko_smoking "Then right and then right."
|
||||||
|
say current_player "Aha?"
|
||||||
|
say eneko_smoking "And then you ask somebody else."
|
||||||
|
stop
|
||||||
|
#5
|
||||||
|
!
|
||||||
|
|
||||||
:action2
|
:action2
|
||||||
> [whatsapp_blocked]
|
> [whatsapp_blocked]
|
||||||
say current_player "Hola..."
|
say current_player "Hola..."
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ z_index = 4096
|
|||||||
texture = ExtResource( 9 )
|
texture = ExtResource( 9 )
|
||||||
|
|
||||||
[node name="new_game_start_location" type="Position2D" parent="."]
|
[node name="new_game_start_location" type="Position2D" parent="."]
|
||||||
position = Vector2( 1425, 527 )
|
position = Vector2( 1326, 519 )
|
||||||
script = ExtResource( 5 )
|
script = ExtResource( 5 )
|
||||||
global_id = "new_game_start_location"
|
global_id = "new_game_start_location"
|
||||||
is_start_location = true
|
is_start_location = true
|
||||||
|
|||||||
@@ -23,7 +23,9 @@ set_angle player 180
|
|||||||
accept_input SKIP
|
accept_input SKIP
|
||||||
set_gui_visible false
|
set_gui_visible false
|
||||||
walk_block player puerta_cocina_start
|
walk_block player puerta_cocina_start
|
||||||
set_angle player 180
|
set_angle player 90
|
||||||
say current_player hello_start_game:"Alo Uli!"
|
# say current_player hello_start_game:"Alo Uli!"
|
||||||
|
# say current_player cocina_delante_start_2:"Cuéntame un chiste"
|
||||||
|
queue_event eneko_smoking talk
|
||||||
set_gui_visible true
|
set_gui_visible true
|
||||||
accept_input ALL
|
accept_input ALL
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
keys,en,fr,es
|
keys,en,fr,es
|
||||||
hello_start_game,Alo Uli!,Alo Uli!,Alo Uli!
|
hello_start_game,Alo Uli!,Alo Uli!,Alo Uli!
|
||||||
|
cocina_delante_start_2,Tell me a joke,,Cuéntame un chiste
|
||||||
frontal_action3,Admire,Admire,Admirar
|
frontal_action3,Admire,Admire,Admirar
|
||||||
frontal_action3_say,"It's my lifelong headlight, I love it","C'est ma lampe frontale de toujours, je l'adore","Es mi frontal de toda la vida, le tengo cariño"
|
frontal_action3_say,"It's my lifelong headlight, I love it","C'est ma lampe frontale de toujours, je l'adore","Es mi frontal de toda la vida, le tengo cariño"
|
||||||
frontal_action4,Use,Utiliser,Usar
|
frontal_action4,Use,Utiliser,Usar
|
||||||
|
|||||||
|
Reference in New Issue
Block a user