added the basic shop

This commit is contained in:
2023-11-20 21:20:29 +11:00
parent edbb3261c6
commit f631654626
10 changed files with 328 additions and 19 deletions

View File

@ -7,3 +7,5 @@ class_name Level
@export var enemy_goals : Array[Node3D] = []
@export var a_star_graph_3d : AStarGraph3D
@export var cinematic_cam : CinematicCamManager
@export var printer : CardPrinter
@export var shop : ShopStand