connect rooms
This commit is contained in:
@@ -53,3 +53,24 @@ polygon = PoolVector2Array( 117.298, 581.266, 120.412, 341.266, 169.199, 325.063
|
||||
position = Vector2( 793, 465 )
|
||||
script = ExtResource( 5 )
|
||||
global_id = "puerta_cocina_start"
|
||||
|
||||
[node name="puerta_delante" type="Area2D" parent="."]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 6 )
|
||||
global_id = "cocina_detras_puerta_delante"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina_detras/esc/puerta_delante.esc"
|
||||
is_exit = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
action1_text = "Ir delante"
|
||||
animations = null
|
||||
|
||||
[node name="puerta_delante_collision" type="CollisionPolygon2D" parent="puerta_delante"]
|
||||
position = Vector2( 298, -203 )
|
||||
scale = Vector2( 0.963362, 0.9875 )
|
||||
polygon = PoolVector2Array( 117.298, 581.266, 112.107, 422.279, 285.459, 437.468, 282.345, 486.076, 234.595, 513.418, 234.595, 582.279 )
|
||||
|
||||
[node name="puerta_delante_start" type="Position2D" parent="puerta_delante"]
|
||||
position = Vector2( 436, 381 )
|
||||
script = ExtResource( 5 )
|
||||
global_id = "puerta_delante_start"
|
||||
|
||||
Reference in New Issue
Block a user