fix: created turno_cocina_peso_usado, fixes #58

This commit is contained in:
2024-08-23 16:19:13 +02:00
parent 4a27efa9a8
commit 5c7d3e7f3f
5 changed files with 280 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
:action3
say player "Este es el peso gracias al cual pesé las lentejas justas que necesitaba."
say player "Me trae grandes recuerdos."
say player "Poniéndole un bol encima conseguí un objeto para pesar ingredientes."
say player "Fue la primera vez que combiné objetos del inventario, que tiempos aquellos."

View File

@@ -0,0 +1,25 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://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_peso.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture" id=3]
[node name="turno_cocina_peso_usado" type="Area2D"]
pause_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_peso_usado"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso_usado.esc"
inventory_texture = ExtResource( 3 )
dialog_color = Color( 1, 1, 1, 1 )
custom_data = {
"tooltips": {
"action3": "Mirar"
}
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
rotation = -0.0698132
scale = Vector2( 0.18, 0.18 )
texture = ExtResource( 2 )

View File

@@ -13,4 +13,4 @@
say player "Con esto suficiente."
inventory_remove turno_cocina_peso_bol
inventory_add turno_cocina_bol_lentejas
inventory_add turno_cocina_peso
inventory_add turno_cocina_peso_usado