cocina frontal-patata

This commit is contained in:
2023-08-27 03:31:18 +02:00
parent a6408ffc1a
commit beb244a01e
9 changed files with 106 additions and 5 deletions

View File

@@ -117,3 +117,63 @@ polygon = PoolVector2Array( -7.95056, -30.4277, -4.54321, 21.412, -56.79, 37.189
[node name="turno_cocina_bol_location" type="Position2D" parent="turno_cocina_bol"]
position = Vector2( 198.765, 339.212 )
script = ExtResource( 5 )
[node name="fregadero_der" type="Area2D" parent="."]
pause_mode = 1
script = ExtResource( 6 )
global_id = "cocina_fregadero_der"
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/fregadero_der.esc"
combine_when_selected_action_is_in = [ ]
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "Mirar fregadero"
action2_text = "Usar"
action3_target_texts = {
"turno_cocina_bol": "Llenar el bol de agua",
"turno_cocina_bol_lentejas": "Llenar el bol de agua"
}
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="fregadero_der"]
polygon = PoolVector2Array( 2327, 294, 2395, 296, 2401, 290, 2367, 286, 2365, 260, 2362, 259, 2362, 278, 2356, 286, 2334, 286 )
[node name="fregadero_izq" type="Area2D" parent="."]
pause_mode = 1
script = ExtResource( 6 )
global_id = "cocina_fregadero_izq"
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/fregadero_izq.esc"
combine_when_selected_action_is_in = [ ]
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "Mirar fregadero"
action2_text = "Usar"
action3_target_texts = {
"turno_cocina_bol": "Llenar el bol de agua",
"turno_cocina_bol_lentejas": "Llenar el bol de agua"
}
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="fregadero_izq"]
polygon = PoolVector2Array( 1800, 276, 1804, 280, 1895, 273, 1883, 266, 1863, 267, 1839, 268, 1835, 264, 1835, 259, 1838, 254, 1848, 248, 1854, 252, 1858, 252, 1856, 246, 1851, 244, 1843, 247, 1836, 251, 1831, 258, 1830, 263, 1828, 265, 1826, 264, 1823, 265, 1822, 269, 1824, 270, 1822, 272, 1809, 272, 1798, 273 )
[node name="debajo_sofa" type="Area2D" parent="."]
pause_mode = 1
script = ExtResource( 6 )
global_id = "cocina_debajo_sofa"
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/debajo_sofa.esc"
combine_when_selected_action_is_in = [ "action4" ]
dialog_color = Color( 1, 1, 1, 1 )
action1_text = "Mirar debajo del sofa"
action2_text = "Meter la mano"
action3_target_texts = {
"turno_cocina_frontal": "Mirar denajo del sofa"
}
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="debajo_sofa"]
polygon = PoolVector2Array( 484, 406, 485, 421, 556, 423, 551, 415, 550, 409, 551, 406 )
[node name="ESCLocation" type="Position2D" parent="debajo_sofa"]
position = Vector2( 420, 494 )
script = ExtResource( 5 )