95 lines
5.0 KiB
Plaintext
95 lines
5.0 KiB
Plaintext
[gd_scene load_steps=11 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]
|
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/background.png" type="Texture" id=3]
|
|
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_terrain.gd" type="Script" id=4]
|
|
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=5]
|
|
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=6]
|
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/depth.png" type="Texture" id=7]
|
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/foreground-mesa.png" type="Texture" id=8]
|
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/foreground-silla.png" type="Texture" id=9]
|
|
|
|
[sub_resource type="NavigationPolygon" id=3]
|
|
vertices = PoolVector2Array( 2398, 485, 2442, 499, 2446, 617, 2409, 597, 2283, 493, 144, 568, 3, 570, -56, 524, 111, 445, 162, 471, 229, 445, 200, 465, 252, 478, 305, 524, 273, 570, 2287, 687, 2062, 635, 2113, 565, 1466, 514, 1345, 505, 1320, 485, 1382, 439, 1466, 412, 1493, 479, 696, 737, 512, 591, 703, 699, 1269, 739, 1241, 699, 1502, 646, 1409, 752, 1345, 667, 1489, 627, 1347, 563, 1480, 587, 1788, 325, 1787, 383, 2018, 419, 2238, 386, 2109, 424 )
|
|
polygons = [ PoolIntArray( 0, 1, 2, 3, 4 ), PoolIntArray( 5, 6, 7, 8, 9 ), PoolIntArray( 9, 8, 10, 11 ), PoolIntArray( 12, 11, 10 ), PoolIntArray( 12, 10, 13 ), PoolIntArray( 14, 12, 13 ), PoolIntArray( 15, 16, 17, 4, 3 ), PoolIntArray( 18, 19, 20, 21, 22, 23 ), PoolIntArray( 24, 14, 13, 25, 26 ), PoolIntArray( 27, 24, 26, 28 ), PoolIntArray( 29, 30, 27, 28, 31, 32 ), PoolIntArray( 32, 31, 33, 34 ), PoolIntArray( 18, 34, 33, 19 ), PoolIntArray( 23, 22, 35, 36 ), PoolIntArray( 37, 36, 35, 38, 39 ), PoolIntArray( 4, 17, 39, 38 ) ]
|
|
outlines = [ PoolVector2Array( 1347, 563, 1345, 505, 1320, 485, 1382, 439, 1466, 412, 1788, 325, 2238, 386, 2283, 493, 2398, 485, 2442, 499, 2446, 617, 2409, 597, 2287, 687, 2062, 635, 2113, 565, 2109, 424, 2018, 419, 1787, 383, 1493, 479, 1466, 514, 1480, 587, 1489, 627, 1502, 646, 1409, 752, 1269, 739, 696, 737, 273, 570, 252, 478, 200, 465, 162, 471, 144, 568, 3, 570, -56, 524, 111, 445, 229, 445, 305, 524, 512, 591, 703, 699, 1241, 699, 1345, 667 ) ]
|
|
|
|
[node name="ESCRoom" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
global_id = "cocina"
|
|
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/cocina.esc"
|
|
player_scene = ExtResource( 2 )
|
|
camera_limits = [ Rect2( 0, 0, 2925, 577 ) ]
|
|
editor_debug_mode = 1
|
|
|
|
[node name="background" type="Sprite" parent="."]
|
|
position = Vector2( 1462.5, 289 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="ESCTerrain" type="Navigation2D" parent="."]
|
|
position = Vector2( 302.5, 0 )
|
|
script = ExtResource( 4 )
|
|
scales = ExtResource( 7 )
|
|
scale_min = 0.3
|
|
scale_max = 1.4
|
|
player_speed_multiplier = 1.2
|
|
player_doubleclick_speed_multiplier = 2.0
|
|
|
|
[node name="Foreground-mesa" type="Sprite" parent="ESCTerrain"]
|
|
position = Vector2( 1786, 424 )
|
|
z_index = 4096
|
|
texture = ExtResource( 8 )
|
|
|
|
[node name="NavigationPolygonInstance" type="NavigationPolygonInstance" parent="ESCTerrain"]
|
|
navpoly = SubResource( 3 )
|
|
|
|
[node name="Foreground-silla" type="Sprite" parent="ESCTerrain/NavigationPolygonInstance"]
|
|
position = Vector2( 202, 499 )
|
|
z_index = 4096
|
|
texture = ExtResource( 9 )
|
|
|
|
[node name="puerta_detras" type="Area2D" parent="."]
|
|
pause_mode = 1
|
|
position = Vector2( 302.5, 0 )
|
|
script = ExtResource( 6 )
|
|
global_id = "cocina_puerta_detras"
|
|
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/puerta_detras.esc"
|
|
is_exit = true
|
|
combine_when_selected_action_is_in = [ ]
|
|
dialog_color = Color( 1, 1, 1, 1 )
|
|
action1_text = "Ir detrás"
|
|
animations = null
|
|
|
|
[node name="puerta_detras_collision" type="CollisionPolygon2D" parent="puerta_detras"]
|
|
position = Vector2( 1710, -167 )
|
|
scale = Vector2( 0.963362, 0.9875 )
|
|
polygon = PoolVector2Array( 30.1029, 490.127, 25.9508, 330.127, 78.8904, 318.987, 127.678, 327.089, 130.792, 486.076 )
|
|
|
|
[node name="puerta_detras_start" type="Position2D" parent="puerta_detras"]
|
|
position = Vector2( 1791, 370 )
|
|
script = ExtResource( 5 )
|
|
global_id = "puerta_detras_start"
|
|
|
|
[node name="puerta_delante" type="Area2D" parent="."]
|
|
pause_mode = 1
|
|
position = Vector2( 302.5, 0 )
|
|
script = ExtResource( 6 )
|
|
global_id = "cocina_puerta_delante"
|
|
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/puerta_delante.esc"
|
|
is_exit = true
|
|
combine_when_selected_action_is_in = [ ]
|
|
dialog_color = Color( 1, 1, 1, 1 )
|
|
action1_text = "Salir de la cocina"
|
|
animations = null
|
|
|
|
[node name="puerta_delante_collision" type="CollisionPolygon2D" parent="puerta_delante"]
|
|
position = Vector2( 2385, -81 )
|
|
scale = Vector2( 0.963362, 0.9875 )
|
|
polygon = PoolVector2Array( 9.34229, 531.646, 10.3804, 161.013, 124.564, 97.2152, 107.955, 583.291 )
|
|
|
|
[node name="puerta_delante_start" type="Position2D" parent="puerta_delante"]
|
|
position = Vector2( 2379, 526 )
|
|
script = ExtResource( 5 )
|
|
global_id = "puerta_delante_start"
|