Untracked Files
This commit is contained in:
8
Scripts/Managers/game_manager.gd
Normal file
8
Scripts/Managers/game_manager.gd
Normal 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()
|
||||
Reference in New Issue
Block a user