This commit is contained in:
2023-08-26 01:24:27 +02:00
parent 4e33628a20
commit 08f7596bc1
3 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 KiB

After

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -19,16 +19,15 @@ script = ExtResource( 1 )
global_id = "despensa"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/despensa.esc"
player_scene = ExtResource( 2 )
camera_limits = [ Rect2( 250, 0, 850, 577 ) ]
camera_limits = [ Rect2( 0, 0, 1280, 577 ) ]
editor_debug_mode = 1
[node name="background" type="Sprite" parent="."]
position = Vector2( 567.561, 290.125 )
scale = Vector2( 0.994367, 1.00823 )
position = Vector2( 636, 289.125 )
texture = ExtResource( 3 )
[node name="ESCTerrain" type="Navigation2D" parent="."]
position = Vector2( 137.561, -3 )
position = Vector2( 206, -4 )
script = ExtResource( 4 )
scale_min = 1.0
scale_max = 1.5
@@ -40,7 +39,7 @@ navpoly = SubResource( 60 )
[node name="puerta_exterior" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 794.561, 176 )
position = Vector2( 863, 175 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_puerta_exterior"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/puerta_exterior.esc"
@@ -60,7 +59,7 @@ position = Vector2( 172.439, 568 )
script = ExtResource( 5 )
[node name="start" type="Position2D" parent="."]
position = Vector2( 830.561, 759 )
position = Vector2( 899, 758 )
script = ExtResource( 5 )
global_id = "start"
is_start_location = true
@@ -68,7 +67,7 @@ player_orients_on_arrival = false
[node name="cebolla izq" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 383.561, 193 )
position = Vector2( 452, 192 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_cebolla_izq"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_izq.esc"
@@ -89,7 +88,7 @@ script = ExtResource( 5 )
[node name="cebolla der" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 872.561, 386 )
position = Vector2( 941, 385 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_cebolla_der"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_der.esc"
@@ -110,7 +109,7 @@ script = ExtResource( 5 )
[node name="bidon_der" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 872.561, 386 )
position = Vector2( 941, 385 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_bidon_der"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_der.esc"
@@ -131,7 +130,7 @@ script = ExtResource( 5 )
[node name="bidon_izq" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 872.561, 386 )
position = Vector2( 941, 385 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_bidon_izq"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_der.esc"
@@ -151,7 +150,7 @@ position = Vector2( -314, 364 )
script = ExtResource( 5 )
[node name="turno_cocina_patata_grande" parent="." instance=ExtResource( 7 )]
position = Vector2( 371.561, 162 )
position = Vector2( 440, 161 )
scale = Vector2( 0.880435, 0.88735 )
action1_text = "Mirar"
@@ -160,13 +159,14 @@ position = Vector2( 40.8889, 672.79 )
script = ExtResource( 5 )
[node name="foreground" type="Sprite" parent="."]
position = Vector2( 237.561, 441 )
position = Vector2( 304, 351 )
scale = Vector2( 0.994367, 0.994367 )
z_index = 4096
texture = ExtResource( 8 )
[node name="bidon_cntr" type="Area2D" parent="."]
pause_mode = 1
position = Vector2( 872.561, 386 )
position = Vector2( 941, 385 )
script = ExtResource( 6 )
global_id = "turno_cocina_despensa_bidon_cntr"
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_cntr.esc"