feat: mechero en silla

This commit is contained in:
2024-01-26 22:40:42 +01:00
parent 09269a28d6
commit c62f42f4f6
11 changed files with 35 additions and 56 deletions

View File

@@ -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]
@@ -9,7 +9,8 @@
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina_detras/assets/depth.png" type="Texture" id=7]
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina_detras/assets/columna.png" type="Texture" id=8]
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_olla_vacia.tscn" type="PackedScene" id=9]
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_romero.tscn" type="PackedScene" id=10]
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_mechero.tscn" type="PackedScene" id=10]
[ext_resource path="res://gymkhana/items/inventory/turno_cocina_romero.tscn" type="PackedScene" id=11]
[sub_resource type="NavigationPolygon" id=1]
vertices = PoolVector2Array( -1104, 183, -1146, 112, -1013, 114, -864, 131, -787, 150, -717, 189, 44, 171, 37, 137, 169, 158, 177, 170, 184, 248, 169, 316, 246, 170, 246, 233, -236, 229, -1093, 316, -598, 200, -852, 111, -790, 115, -519, 186, -392, 198 )
@@ -109,7 +110,16 @@ scale = Vector2( 0.5, 0.5 )
position = Vector2( 1, 96 )
script = ExtResource( 5 )
[node name="turno_cocina_romero" parent="." instance=ExtResource( 10 )]
[node name="turno_cocina_mechero" parent="." instance=ExtResource( 10 )]
position = Vector2( 108, 438 )
rotation = 1.44513
scale = Vector2( 0.4, 0.4 )
[node name="ESCLocation" type="Position2D" parent="turno_cocina_mechero"]
position = Vector2( 296.645, -154.035 )
script = ExtResource( 5 )
[node name="turno_cocina_romero" parent="." instance=ExtResource( 11 )]
position = Vector2( 61, 341 )
[node name="ESCLocation" type="Position2D" parent="turno_cocina_romero"]