ajo y eneko catador
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 856 B After Width: | Height: | Size: 32 KiB |
7
gymkhana/items/inventory/turno_cocina_ajo.esc
Normal file
7
gymkhana/items/inventory/turno_cocina_ajo.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:action1
|
||||
say player "Ajooo!"
|
||||
inventory_add turno_cocina_ajo
|
||||
set_active turno_cocina_ajo false
|
||||
|
||||
:action3
|
||||
say player "Una buena cabeza de ajo."
|
||||
26
gymkhana/items/inventory/turno_cocina_ajo.tscn
Normal file
26
gymkhana/items/inventory/turno_cocina_ajo.tscn
Normal file
@@ -0,0 +1,26 @@
|
||||
[gd_scene load_steps=3 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_ajo.png" type="Texture" id=2]
|
||||
|
||||
[node name="turno_cocina_ajo" type="Area2D"]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
global_id = "turno_cocina_ajo"
|
||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_ajo.esc"
|
||||
combine_when_selected_action_is_in = [ "action4" ]
|
||||
inventory_texture = ExtResource( 2 )
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Coger ajo",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
animations = null
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
scale = Vector2( 0.101548, 0.101548 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
||||
polygon = PoolVector2Array( -7, -6, 7, -6, 7, 6, -7, 6 )
|
||||
@@ -11,7 +11,7 @@ say player "a ver...."
|
||||
say player "Lentejas con patatas:"
|
||||
say player "4 patatas medianas"
|
||||
say player "1 kg de lentejas"
|
||||
say player "1 diente de ajo"
|
||||
say player "ajo."
|
||||
set_global turno_cocina_hint_romero true [eq turno_cocina_libro_leido_count 4]
|
||||
say player "Tambien hay un dibujo de una hierva con la palabra ROMERO"[eq turno_cocina_libro_leido_count 4]
|
||||
say player "Tambien hay un dibujo de una hierva con la palabra ROMERO"[eq turno_cocina_libro_leido_count 8]
|
||||
|
||||
@@ -37,6 +37,12 @@
|
||||
inventory_remove turno_cocina_romero
|
||||
|
||||
:action3 turno_cocina_madera
|
||||
say player "Más madera que es la guerra!"
|
||||
set_global turno_cocina_economica_con_madera true
|
||||
inventory_remove turno_cocina_madera
|
||||
say player "Más madera que es la guerra!"
|
||||
set_global turno_cocina_economica_con_madera true
|
||||
inventory_remove turno_cocina_madera
|
||||
|
||||
:action3 turno_cocina_ajo
|
||||
say player "Con ajo quedara al gusto de Eneko."
|
||||
set_global turno_cocina_ingrediente_ajo true
|
||||
inventory_remove turno_cocina_ajo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user