feat: potatoes!

This commit is contained in:
2023-10-26 23:43:36 +02:00
parent 8138d3055b
commit 68f68357a6
8 changed files with 32 additions and 8 deletions

View File

@@ -17,6 +17,13 @@ dialog_color = Color( 1, 1, 1, 1 )
tooltips = {
"action3": "Contar las patatas",
}
action3_target_texts = {
"turno_cocina_cuchillo": "Pelar patatas"
}
action4_target_texts = {
"turno_cocina_cuchillo": "Trocear patatas"
}
target_when_selected_action_is_in = [ "action3", "action4" ]
animations = null
count_textures = [
{ "start": 1, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png" },