Map changinbg
This commit is contained in:
@@ -8,7 +8,6 @@ func cutscenePause() -> void:
|
||||
func cutsceneResume() -> void:
|
||||
cutscenePaused = false
|
||||
|
||||
|
||||
func isMovementPaused() -> bool:
|
||||
if cutscenePaused:
|
||||
return true
|
||||
@@ -18,10 +17,12 @@ func isMovementPaused() -> bool:
|
||||
|
||||
if UI.PAUSE.isOpen():
|
||||
return true
|
||||
|
||||
if OVERWORLD.isMapChanging():
|
||||
return true
|
||||
|
||||
return false
|
||||
|
||||
|
||||
func menuPause() -> void:
|
||||
if UI.PAUSE.isOpen():
|
||||
UI.PAUSE.close()
|
||||
|
Reference in New Issue
Block a user