missing tooltips
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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="."]
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user