mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-05-05 14:14:50 -04:00
22 lines
725 B
Text
22 lines
725 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://src/world.gd" type="Script" id=1]
|
|
[ext_resource path="res://src/gui.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://assets/office.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="World" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Quarters" type="Timer" parent="."]
|
|
wait_time = 10.0
|
|
autostart = true
|
|
|
|
[node name="Office" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 481.153, 260.554 )
|
|
|
|
[node name="Office2" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 271.221, 296.175 )
|
|
choose_sprite = 1
|
|
|
|
[node name="GUI" parent="." instance=ExtResource( 2 )]
|
|
[connection signal="timeout" from="Quarters" to="." method="_on_Quarters_timeout"]
|