Text corrections
This commit is contained in:
@@ -24,7 +24,7 @@ func set_pause(p):
|
||||
Input.mouse_mode = mouse_mode_before_pause
|
||||
|
||||
if p:
|
||||
%GiveUp.visible = GameInfo.game_data and GameInfo.game_data.current_region_data and SceneManager.actual_scene.get_scene_id() != "TITLE"
|
||||
%GiveUp.visible = GameInfo.game_data and GameInfo.game_data.current_region_data and SceneManager.actual_scene and SceneManager.actual_scene.get_scene_id() != "TITLE"
|
||||
|
||||
%TitleScreen.visible = not (SceneManager.actual_scene and SceneManager.actual_scene.get_scene_id() == "TITLE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user