Destination fix + pause in editor + discovery elem grayed + text points + no shadow alien text + log fix
This commit is contained in:
@@ -24,8 +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 and SceneManager.actual_scene.can_abandon())
|
||||
%GiveUp.visible = SceneManager.actual_scene and SceneManager.actual_scene.can_abandon()
|
||||
|
||||
%TitleScreen.visible = not (SceneManager.actual_scene and SceneManager.actual_scene.get_scene_id() == "TITLE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user