More UI work

This commit is contained in:
2025-07-31 20:01:51 -04:00
parent 38a7ed85b0
commit 697677cf86
19 changed files with 357 additions and 84 deletions

View File

@@ -19,6 +19,12 @@ 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")
@@ -45,3 +51,4 @@ layout_mode = 2
[connection signal="timeout" from="Guildhall/VisitorSpawner/Timer" to="Guildhall/VisitorSpawner" method="_on_timer_timeout"]
[editable path="Guildhall"]
[editable path="Guildhall/Sprites/Receptionist"]