fix: delete unused turno_cocina_bol_inventario item
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
:action1
|
||||
say player "Que cosa tan curiosa"
|
||||
|
||||
:action2
|
||||
say player "No lo quiero coger"
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
[gd_scene load_steps=5 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_bol_inventario.png" type="Texture" id=2]
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 22.5, 12.5 )
|
||||
|
||||
[node name="turno_cocina_bol_inventario" type="Area2D"]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
global_id = "turno_cocina_bol_inventario"
|
||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_bol_inventario.esc"
|
||||
inventory_texture = ExtResource( 2 )
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "¿Que es esto?",
|
||||
"action2": "Coger",
|
||||
"action3": "Mirar dentro",
|
||||
"action4": "Usar"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( -2, 0 )
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( -1.5, -0.5 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="."]
|
||||
position = Vector2( -51, 69 )
|
||||
script = ExtResource( 3 )
|
||||
@@ -20,7 +20,7 @@
|
||||
:action3 turno_cocina_bol_lentejas
|
||||
say player "Lentejas pa'entro"
|
||||
inventory_remove turno_cocina_bol_lentejas
|
||||
inventory_add turno_cocina_bol_inventario
|
||||
inventory_add turno_cocina_bol
|
||||
set_global turno_cocina_ingrediente_lentejas true
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ inventory_remove turno_cocina_madera
|
||||
say current_player "Más madera que es la guerra!"
|
||||
|
||||
:action3 turno_cocina_carton
|
||||
say current_player "Prefiero meter el cartón cuando esté encendido."
|
||||
say current_player "Debería encender el cartón antes de meterlo."
|
||||
|
||||
:action3 turno_cocina_carton_encendido
|
||||
> [!turno_cocina_economica_con_madera]
|
||||
@@ -29,4 +29,3 @@ say current_player "Prefiero meter el cartón cuando esté encendido."
|
||||
set_global turno_cocina_economica_encendida true
|
||||
inventory_remove turno_cocina_carton_encendido
|
||||
say current_player "He encendido la cocina, a cocinar!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user