Actions in caja_herramientas
This commit is contained in:
@@ -64,8 +64,6 @@ script = ExtResource( 28 )
|
||||
global_id = "l_exit"
|
||||
esc_script = "res://gymkhana/rooms/trasera_cocina/esc/entrada_cocina.esc"
|
||||
is_exit = true
|
||||
tooltip_name = "Esto es una puerta y tiene una descripcion mu larga"
|
||||
combine_when_selected_action_is_in = [ "action4" ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
action1_text = "Esto es una puerta y tiene una descripcion mu larga"
|
||||
action2_text = "Entrar! con descricion..."
|
||||
@@ -121,7 +119,7 @@ tooltip_name = "Objervar sujeto"
|
||||
dialog_color = Color( 0, 1, 0.462745, 1 )
|
||||
action1_text = "Objervar sujeto"
|
||||
action2_text = "Hablar"
|
||||
action3_target_texts = { "i_bombona2": "Toma, un regalo" }
|
||||
action3_target_texts = { "i_bombona2": "Toma, un regalo", "i_caja_herramientas": "Regalar" }
|
||||
selectable = true
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="EnekoSmoking"]
|
||||
@@ -129,14 +127,9 @@ position = Vector2( -169, 179 )
|
||||
script = ExtResource( 3 )
|
||||
global_id = "eneko_smoking"
|
||||
|
||||
[node name="ESCItemWithTooltip" parent="." instance=ExtResource( 31 )]
|
||||
position = Vector2( 707, 422 )
|
||||
[node name="caja_herramientas" parent="." instance=ExtResource( 31 )]
|
||||
esc_script = "res://gymkhana/rooms/trasera_cocina/esc/i_caja_herramientas.esc"
|
||||
tooltip_name = "¿Que es esto?"
|
||||
action1_text = "¿Que es esto?"
|
||||
action2_text = "Coger"
|
||||
action3_text = "Mirar dentro"
|
||||
action4_text = "Usar"
|
||||
position = Vector2( 707, 522 )
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="ESCItemWithTooltip"]
|
||||
position = Vector2( -51, 69 )
|
||||
|
||||
Reference in New Issue
Block a user