missing tooltips

This commit is contained in:
2023-09-16 14:38:19 +02:00
parent 4ab4502f43
commit c64b97c275
4 changed files with 6 additions and 16 deletions

View File

@@ -15,16 +15,11 @@ esc_script = "res://gymkhana/items/inventory/caja_herramientas.esc"
combine_when_selected_action_is_in = [ "action4" ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "¿Que es esto?"
action2_text = "Coger"
action3_text = "Mirar dentro"
action4_text = "Usar"
tooltips = {
"action1": "¿Que es esto?",
"action2": "Coger",
"action3": "Mirar dentro",
"action4": "Usar"
}
action3_target_texts = {
"wrench": "Guardarla en la caja"

View File

@@ -15,9 +15,6 @@ esc_script = "res://gymkhana/items/inventory/turno_cocina_bol.esc"
combine_when_selected_action_is_in = [ "action4" ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "Coger un bol"
action3_text = "Mirar"
action4_text = "Usar"
tooltips = {
"action1": "Coger un bol",
"action3": "Mirar",

View File

@@ -14,10 +14,12 @@ global_id = "turno_cocina_bol_inventario"
esc_script = "res://gymkhana/items/inventory/turno_cocina_bol_inventario.esc"
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"
tooltips = {
"action1": "¿Que es esto?",
"action2": "Coger",
"action3": "Mirar dentro",
"action4": "Usar"
}
animations = null
[node name="Sprite" type="Sprite" parent="."]

View File

@@ -14,10 +14,6 @@ global_id = "turno_cocina_cuatro_patatas"
esc_script = "res://gymkhana/items/inventory/turno_cocina_cuatro_patatas.esc"
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"
tooltips = {
"action1": "¿Que es esto?",
"action2": "Coger",