Actions in caja_herramientas

This commit is contained in:
2023-03-08 23:06:08 +01:00
parent bf8671b152
commit c9ce5acd5b
7 changed files with 27 additions and 21 deletions

View File

@@ -10,10 +10,15 @@ extents = Vector2( 22.5, 12.5 )
pause_mode = 1
script = ExtResource( 1 )
global_id = "i_caja_herramientas"
combine_when_selected_action_is_in = [ ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
animations = null
combine_when_selected_action_is_in = [ "action4" ]
use_from_inventory_only = true
action1_text = "¿Que es esto?"
action2_text = "Coger"
action3_text = "Mirar dentro"
action4_text = "Usar"
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -2, 0 )