Implemented simple quest system

This commit is contained in:
Segey Lapin
2020-04-15 12:16:14 +03:00
parent 078cc47b91
commit 32c5212209
14 changed files with 366 additions and 202 deletions

View File

@@ -15,6 +15,7 @@ func start():
func _ready():
astar = AStar.new()
global.astar = astar
func calc_visible_lists():
for g in get_tree().get_nodes_in_group("npc"):