-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_center
drewmccluskey edited this page Feb 12, 2019
·
2 revisions
align window to center of screen
window_center()
Returns: void
This function will align the game window to the center of the screen. This is very useful for keeping a clean window position and should generally be used upon startup.
window_center();
The above code will align the game window to the center of the screen.
Back to window-functions