Rotate player
This commit is contained in:
@@ -2,6 +2,10 @@ extends Node
|
||||
|
||||
var rootUi:RootUI = null
|
||||
|
||||
# True for the entire duration of a DialogueAction run, including the frames
|
||||
# between lines where the textbox is momentarily closed.
|
||||
var dialogueActive:bool = false
|
||||
|
||||
var DEBUG_MENU:
|
||||
get():
|
||||
if rootUi && rootUi.debugMenu:
|
||||
|
||||
Reference in New Issue
Block a user