Removed exit button and video settings for web build

This commit is contained in:
2026-01-09 22:13:08 +03:00
parent ffdf0b0403
commit f7197d8f2a
4 changed files with 31 additions and 0 deletions
+2
View File
@@ -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: