feat: potatoes!
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user