caja herramientas
This commit is contained in:
@@ -9,7 +9,7 @@ extents = Vector2( 22.5, 12.5 )
|
||||
[node name="ESCItemWithTooltip" type="Area2D"]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
global_id = "I_caja_herramientas"
|
||||
global_id = "i_caja_herramientas"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
inventory_texture = ExtResource( 2 )
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
:action1
|
||||
say "Parece una caja de herramientas"
|
||||
say current_player "Parece una caja de herramientas"
|
||||
|
||||
:action2
|
||||
say "Mela quedo!!"
|
||||
say current_player "Podria ser util!!"
|
||||
set_active i_caja_herramientas false
|
||||
inventory_add i_caja_herramientas
|
||||
|
||||
:action3
|
||||
say current_player "Hay de too!"
|
||||
|
||||
:action4
|
||||
say current_player "Hay de too!"
|
||||
@@ -139,8 +139,10 @@ position = Vector2( 728, 424 )
|
||||
esc_script = "res://gymkhana/rooms/trasera_cocina/esc/i_caja_herramientas.esc"
|
||||
tooltip_name = "¿Que es esto?"
|
||||
tooltip2_name = "Coger"
|
||||
action3_text = "Mirar dentro"
|
||||
action4_text = "Usar"
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="ESCItemWithTooltip"]
|
||||
position = Vector2( -51, 69 )
|
||||
script = ExtResource( 3 )
|
||||
global_id = "caja_herramientas"
|
||||
global_id = "l_caja_herramientas"
|
||||
|
||||
Reference in New Issue
Block a user