Rotate player

This commit is contained in:
2026-06-11 20:11:32 -05:00
parent eec429147b
commit 619bf09ab9
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -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: