Files
pomchronicles/active_scene.tscn
2025-07-31 20:01:51 -04:00

55 lines
1.9 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://dfa6ep4o53s08"]
[ext_resource type="Script" uid="uid://cci652umkym1f" path="res://test_scene.gd" id="1_8p2cu"]
[ext_resource type="PackedScene" uid="uid://cd08dp16bixfv" path="res://guildhall.tscn" id="1_fcxuj"]
[ext_resource type="PackedScene" uid="uid://c8ofw6na082gv" path="res://main_panel.tscn" id="2_8p2cu"]
[ext_resource type="PackedScene" uid="uid://dly7in8ql1fn4" path="res://quest_log.tscn" id="4_tro8a"]
[ext_resource type="Script" uid="uid://bnbljf6u2d3kh" path="res://visitor_spawner.gd" id="6_d0hfk"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_d0hfk"]
radius = 15.0
height = 54.0
[node name="Active Scene" type="Node2D"]
script = ExtResource("1_8p2cu")
[node name="Guildhall" parent="." instance=ExtResource("1_fcxuj")]
position = Vector2(421, 161)
[node name="CollisionShape2D" parent="Guildhall/Sprites/CharacterBody2D" index="0"]
shape = SubResource("CapsuleShape2D_d0hfk")
[node name="Quest Board" parent="Guildhall" index="3"]
position = Vector2(927, 33)
[node name="CollisionShape2D" parent="Guildhall/Quest Board" index="1"]
position = Vector2(0, -14)
[node name="VisitorSpawner" type="Node2D" parent="Guildhall"]
position = Vector2(505, 870)
script = ExtResource("6_d0hfk")
total_visitors = 3
[node name="Timer" type="Timer" parent="Guildhall/VisitorSpawner"]
[node name="UI" type="CanvasLayer" parent="."]
[node name="VBoxContainer" type="VBoxContainer" parent="UI"]
offset_left = 1567.0
offset_top = 23.0
offset_right = 1903.0
offset_bottom = 185.0
[node name="MainPanel" parent="UI/VBoxContainer" instance=ExtResource("2_8p2cu")]
layout_mode = 2
[node name="Notices" type="Control" parent="UI/VBoxContainer"]
layout_mode = 2
[node name="Quest Log" parent="UI" instance=ExtResource("4_tro8a")]
[connection signal="timeout" from="Guildhall/VisitorSpawner/Timer" to="Guildhall/VisitorSpawner" method="_on_timer_timeout"]
[editable path="Guildhall"]
[editable path="Guildhall/Sprites/Receptionist"]