Removed exit button and video settings for web build
This commit is contained in:
@@ -114,6 +114,8 @@ func _apply_all_settings() -> void:
|
||||
|
||||
|
||||
func _apply_video_settings() -> void:
|
||||
if OS.get_name() == "Web": return
|
||||
|
||||
if _fullscreen:
|
||||
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_FULLSCREEN)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user