ajo y eneko catador
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 117 KiB |
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=12 format=2]
|
||||
[gd_scene load_steps=13 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=1]
|
||||
[ext_resource path="res://gymkhana/characters/oier/oier.tscn" type="PackedScene" id=2]
|
||||
@@ -10,6 +10,7 @@
|
||||
[ext_resource path="res://gymkhana/characters/eneko/eneko_smoking.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina_delante/assets/foreground.png" type="Texture" id=9]
|
||||
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_madera.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_ajo.tscn" type="PackedScene" id=11]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id=1]
|
||||
vertices = PoolVector2Array( -768, 301, -1163, 462, -1161, 358, -532, 166, 676, 59, 651, -8, 720, -10, 760, 50, 167, 278, 419, 146, 36, 211, -86, 216, -236, 229, -87, 153, 22, 154, -360, 166 )
|
||||
@@ -160,3 +161,6 @@ polygon = PoolVector2Array( -2.27148, -21.4121, -2.27148, 32.6816, -77.2345, 30.
|
||||
[node name="turno_cocina_madera_location" type="Position2D" parent="turno_cocina_madera"]
|
||||
position = Vector2( 366.864, 132.98 )
|
||||
script = ExtResource( 5 )
|
||||
|
||||
[node name="turno_cocina_ajo" parent="." instance=ExtResource( 11 )]
|
||||
position = Vector2( 858, 399 )
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
:setup
|
||||
inventory_add turno_cocina_frontal
|
||||
set_active turno_cocina_ajo false [!turno_cocina_eneko_catando]
|
||||
anim eneko_smoking idle
|
||||
> [eq ESC_LAST_SCENE despensa]
|
||||
teleport player puerta_despensa_start
|
||||
|
||||
Reference in New Issue
Block a user