cocina frontal-patata

This commit is contained in:
2023-08-27 03:31:18 +02:00
parent a6408ffc1a
commit beb244a01e
9 changed files with 106 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
:action3
say player "Es mi frontal de toda la vida, le tengo cariño"
:action4
say player "NOT IMPLEMENTED"

View File

@@ -16,6 +16,7 @@ inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
action3_text = "Admirar"
action4_text = "Usar"
combine_when_selected_action_is_in = [ "action4" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]

View File

@@ -13,13 +13,13 @@ script = ExtResource( 1 )
global_id = "turno_cocina_peso_bol"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso_bol.esc"
combine_when_selected_action_is_in = [ "action4" ]
target_when_selected_action_is_in = [ "action3" ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "¿Que es esto?"
action2_text = "Coger"
action3_text = "Mirar"
action4_text = "Usar"
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]