Work on full profile and on switching the window state

This commit is contained in:
2025-08-07 10:24:47 -04:00
parent fb312401cd
commit ed4ddfdf5d
8 changed files with 163 additions and 4 deletions

View File

@@ -24,6 +24,10 @@ var members : Array[AdventurerData] = []
var quests : Dictionary[Quest,bool] = {}
var hall : Guildhall = null
var visitor_spawner : VisitorSpawner = null
var gold : int
var vault : Array = []
func _ready() -> void:
var file = FileAccess.open("res://data/names/surnames.txt", FileAccess.READ)