basic recipe, missing ingredients, bigger collisions and.... The secret **********.

This commit is contained in:
2023-10-30 23:44:59 +01:00
parent f0347fa6d8
commit 72dd717df1
17 changed files with 228 additions and 56 deletions

View File

@@ -1,29 +1,34 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla_inv_con_agua.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" type="Texture" id=3]
[node name="turno_cocina_olla_llena" type="Area2D"]
pause_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_olla_llena"
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_llena.esc"
interaction_direction = 3
combine_when_selected_action_is_in = [ "action4" ]
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
tooltips = {
"action1": "Mirar dentro",
"action3": "Mirar",
"action4": "Poner encima de la económica"
"action4": "Usar"
}
action4_target_texts = {
action3_target_texts = {
"turno_cocina_ajo": "Echar en la olla.",
"turno_cocina_bol_lentejas": "Echar en la olla.",
"turno_cocina_patata": "Echar en la olla.",
"turno_cocina_romero": "Echar en la olla."
}
target_when_selected_action_is_in = [ "action4" ]
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 3 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -18, -4, -5, 18, 17, 4, 20, -13, -12, -29 )
polygon = PoolVector2Array( -59, 25, -59, 47, -35, 56, 7, 58, 54, 52, 55, -13, 61, -50, 35, -60, -18, -60, -62, -54 )