cocina frontal-patata
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
:action3
|
||||
say player "Es mi frontal de toda la vida, le tengo cariño"
|
||||
|
||||
:action4
|
||||
say player "NOT IMPLEMENTED"
|
||||
|
||||
@@ -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="."]
|
||||
|
||||
@@ -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="."]
|
||||
|
||||
Reference in New Issue
Block a user