We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Resolution" option with "1280x720" and "800x600" values in "Graphics options". See https://github.com/KranX/Vangers/blob/master/data/iscreen/scripts/mainmenu.scr#L1721-L1763
Add void XGR_Screen::set_resolution(int width, int height) method and connect it to the "Resolution" option
void XGR_Screen::set_resolution(int width, int height)
Load "Resolution" option when Vangers start
The text was updated successfully, but these errors were encountered:
closed in #258
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Add "Resolution" option with "1280x720" and "800x600" values in "Graphics options". See https://github.com/KranX/Vangers/blob/master/data/iscreen/scripts/mainmenu.scr#L1721-L1763
Add
void XGR_Screen::set_resolution(int width, int height)
method and connect it to the "Resolution" optionLoad "Resolution" option when Vangers start
The text was updated successfully, but these errors were encountered: