beta-1.3/restructure-files (#2)

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-03-17 13:45:35 -06:00
parent 86e3198645
commit bfe4f7d6a9
156 changed files with 369 additions and 163 deletions

View File

@@ -0,0 +1,8 @@
extends Node
var location_items: AbstractLocationItems
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
# TODO Will have an APLocationItems, select the correct one
location_items = LocationItems.new()