57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dfa6ep4o53s08"]
|
|
|
|
[ext_resource type="Script" uid="uid://cci652umkym1f" path="res://scripts/test_scene.gd" id="1_752n1"]
|
|
[ext_resource type="PackedScene" uid="uid://cd08dp16bixfv" path="res://templates/guildhall.tscn" id="2_rma72"]
|
|
[ext_resource type="Script" uid="uid://bnbljf6u2d3kh" path="res://scripts/visitor_spawner.gd" id="3_oi1nh"]
|
|
[ext_resource type="PackedScene" uid="uid://c8ofw6na082gv" path="res://templates/main_panel.tscn" id="4_4k18p"]
|
|
[ext_resource type="PackedScene" uid="uid://c7jagw4y7w42l" path="res://templates/top_menu.tscn" id="5_p1w2f"]
|
|
|
|
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_752n1"]
|
|
blend_mode = 3
|
|
|
|
[node name="Active Scene" type="Node2D"]
|
|
script = ExtResource("1_752n1")
|
|
|
|
[node name="Guildhall" parent="." instance=ExtResource("2_rma72")]
|
|
position = Vector2(421, 161)
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Guildhall"]
|
|
z_index = 100
|
|
material = SubResource("CanvasItemMaterial_752n1")
|
|
anchors_preset = -1
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -418.0
|
|
offset_top = -158.0
|
|
offset_right = 1502.0
|
|
offset_bottom = 922.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.2922103, 0.3017197, 0.9388465, 1)
|
|
|
|
[node name="VisitorSpawner" type="Node2D" parent="Guildhall"]
|
|
position = Vector2(505, 870)
|
|
script = ExtResource("3_oi1nh")
|
|
total_visitors = 3
|
|
|
|
[node name="Timer" type="Timer" parent="Guildhall/VisitorSpawner"]
|
|
|
|
[node name="UI" type="CanvasLayer" parent="."]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI"]
|
|
anchors_preset = -1
|
|
offset_left = 1567.0
|
|
offset_top = 23.0
|
|
offset_right = 1903.0
|
|
offset_bottom = 185.0
|
|
|
|
[node name="MainPanel" parent="UI/VBoxContainer" instance=ExtResource("4_4k18p")]
|
|
layout_mode = 2
|
|
|
|
[node name="Notices" type="Control" parent="UI/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Control" parent="UI" instance=ExtResource("5_p1w2f")]
|
|
|
|
[connection signal="timeout" from="Guildhall/VisitorSpawner/Timer" to="Guildhall/VisitorSpawner" method="_on_timer_timeout"]
|