Custom data tooltip, Tooltip manager, Gymkhana autoload

This commit is contained in:
2024-03-17 19:48:58 +01:00
parent 559cb294f2
commit 19ef4704d4
35 changed files with 379 additions and 185 deletions

View File

@@ -12,11 +12,13 @@ esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_vacia.esc"
combine_when_selected_action_is_in = [ "action4" ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
tooltips = {
"action1": "Mirar",
"action2": "Coger",
"action3": "Mirar",
"action4": "Usar"
custom_data = {
"tooltips": {
"action1": "Mirar",
"action2": "Coger",
"action3": "Mirar",
"action4": "Usar"
}
}
animations = null