Preliminary work on quest generation done
This commit is contained in:
@@ -3,6 +3,7 @@ extends Node
|
||||
var player : Player = null
|
||||
var panel : GamePanel = null
|
||||
var quest_log : QuestLog = null
|
||||
var top_menu : TopMenu = null
|
||||
var active : bool = true
|
||||
var end_shift_confirmation : ConfirmationDialog
|
||||
var end_shift_confirm_template = preload("res://end_shift_confirmation.tscn")
|
||||
|
||||
Reference in New Issue
Block a user