basic recipe, missing ingredients, bigger collisions and.... The secret **********.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=12 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,6 +9,7 @@
|
||||
[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]
|
||||
|
||||
[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 )
|
||||
@@ -17,6 +18,9 @@ outlines = [ PoolVector2Array( -1146, 112, -1013, 114, -864, 131, -852, 111, -79
|
||||
|
||||
[node name="ESCRoom" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
global_id = "cocina_detras"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina_detras/esc/cocina_detras.esc"
|
||||
player_scene = ExtResource( 2 )
|
||||
@@ -25,9 +29,15 @@ camera_limits = [ Rect2( 0, 0, 1500, 577 ) ]
|
||||
[node name="background" type="Sprite" parent="."]
|
||||
position = Vector2( 750, 289 )
|
||||
texture = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="ESCTerrain" type="Navigation2D" parent="."]
|
||||
script = ExtResource( 4 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
scales = ExtResource( 7 )
|
||||
scale_min = 0.5
|
||||
player_speed_multiplier = 1.3
|
||||
@@ -36,6 +46,9 @@ player_doubleclick_speed_multiplier = 2.0
|
||||
[node name="NavigationPolygonInstance" type="NavigationPolygonInstance" parent="ESCTerrain"]
|
||||
position = Vector2( 1252, 260 )
|
||||
navpoly = SubResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="puerta_cocina" type="Area2D" parent="."]
|
||||
pause_mode = 1
|
||||
@@ -95,3 +108,15 @@ scale = Vector2( 0.5, 0.5 )
|
||||
[node name="ESCLocation" type="Position2D" parent="turno_cocina_olla_vacia"]
|
||||
position = Vector2( 1, 96 )
|
||||
script = ExtResource( 5 )
|
||||
|
||||
[node name="turno_cocina_romero" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 61, 341 )
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="turno_cocina_romero"]
|
||||
position = Vector2( 89, 60 )
|
||||
script = ExtResource( 5 )
|
||||
interaction_direction = 6
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="turno_cocina_romero"]
|
||||
position = Vector2( -61, -341 )
|
||||
polygon = PoolVector2Array( 75, 413, 96, 398, 97, 366, 88, 270, 12, 276, 33, 434 )
|
||||
|
||||
Reference in New Issue
Block a user