Vast improvements and a working finite state machine, working on new guild member registration.
This commit is contained in:
31
quest_board_window.tscn
Normal file
31
quest_board_window.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://drrtypncppjps"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://de4lnikqqk7b4" path="res://quest_board_window.gd" id="1_0tsne"]
|
||||
|
||||
[node name="QuestBoardWindow" type="Window"]
|
||||
oversampling_override = 1.0
|
||||
title = "Quest Board"
|
||||
size = Vector2i(231, 282)
|
||||
popup_window = true
|
||||
script = ExtResource("1_0tsne")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 5
|
||||
theme_override_constants/margin_top = 5
|
||||
theme_override_constants/margin_right = 5
|
||||
theme_override_constants/margin_bottom = 5
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
|
||||
custom_minimum_size = Vector2(205, 215)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Entries" type="VBoxContainer" parent="MarginContainer/ScrollContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|
||||
Reference in New Issue
Block a user