Work on full profile and on switching the window state
This commit is contained in:
4
guild.gd
4
guild.gd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user