UI improvements
This commit is contained in:
@@ -14,8 +14,3 @@ func _enter_tree() -> void:
|
||||
func _exit_tree() -> void:
|
||||
if UI.rootUi == self:
|
||||
UI.rootUi = null
|
||||
|
||||
func _ready() -> void:
|
||||
modalBackdrop.register(pauseMenu)
|
||||
modalBackdrop.register(quitConfirmDialog)
|
||||
modalBackdrop.register(mainMenuConfirmDialog)
|
||||
|
||||
Reference in New Issue
Block a user