Moved everything into a file system. Links broken.

This commit is contained in:
2025-08-10 03:58:03 -04:00
parent 4e0b42eb23
commit 434216ca29
182 changed files with 1141 additions and 252 deletions

8
scripts/test_scene.gd Normal file
View File

@@ -0,0 +1,8 @@
extends Node2D
var test_adv = preload("res://test_adventurer.tscn")
func _ready() -> void:
#var adv : AdventurerData = test_adv.instantiate() as AdventurerData
#Guild.register_guild_member(adv)
var quest : Quest = Quest.new()
Guild.add_quest(quest)