63 lines
2.8 KiB
Plaintext
63 lines
2.8 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="NavigationPolygon" id="NavigationPolygon_eenn6"]
|
|
vertices = PackedVector2Array(682, 166.14844, 682, 71, 1053, 71, 1053, 605, 639.85156, 165.96875, 35, 605, 341.6875, 164.90625, 35, 35, 339.0625, 35, 339.67188, 64.71875, 340.96875, 128.71094, 575.8672, 165.72656, 639.85156, 165.96094, 447.8672, 165.27344, 383.85938, 165.02344, 383.85938, 165.00781)
|
|
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 0, 3, 5, 6), PackedInt32Array(5, 7, 8, 9, 10, 6), PackedInt32Array(11, 12, 4, 6, 13), PackedInt32Array(14, 13, 6), PackedInt32Array(14, 6, 15)])
|
|
outlines = Array[PackedVector2Array]([PackedVector2Array(373, -17, 376, 130, 647, 131, 647, 36, 1079, 36, 1074, -10)])
|
|
cell_size = 50.0
|
|
border_size = 250.0
|
|
agent_radius = 35.0
|
|
|
|
[node name="Active Scene" type="Node2D"]
|
|
script = ExtResource("1_752n1")
|
|
|
|
[node name="Guildhall" parent="." instance=ExtResource("2_rma72")]
|
|
position = Vector2(421, 161)
|
|
|
|
[node name="RoomRegion" parent="Guildhall" index="0"]
|
|
navigation_polygon = SubResource("NavigationPolygon_eenn6")
|
|
|
|
[node name="Receptionist" parent="Guildhall/Sprites" index="1"]
|
|
position = Vector2(512, 82)
|
|
|
|
[node name="Queue" parent="Guildhall/Sprites/Receptionist" index="3"]
|
|
position = Vector2(-99, 189)
|
|
|
|
[node name="Quest Board" parent="Guildhall" index="3"]
|
|
position = Vector2(927, 33)
|
|
|
|
[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"]
|
|
|
|
[editable path="Guildhall"]
|
|
[editable path="Guildhall/Sprites/Receptionist"]
|