Add a launch argument for full screen (#663)

* per user config should be .gitignored

* add comment surrounding gitignore update

* make it wildcard

* add fullscreen to launch option struct

* remove redundant forward declaration and use fullscreen launch option in main
This commit is contained in:
Vincent Zhang
2026-03-05 23:54:30 -05:00
committed by GitHub
parent 5cbdf27b46
commit 73cc345f54
3 changed files with 7 additions and 23 deletions

3
.gitignore vendored
View File

@@ -433,3 +433,6 @@ build/*
# Local saves
Minecraft.Client/Saves/
# Visual Studio Per-User Config
*.user