class_name PauseSingleton extends Node func isMovementPaused() -> bool: if !UI.TEXTBOX.isClosed: return true return false