Add Graphics#restore_window

Requested by matias1lol.
This commit is contained in:
Amaryllis Kulla 2025-10-30 23:10:51 +01:00
parent 7b9d436ede
commit df9494e60c
4 changed files with 27 additions and 0 deletions

View file

@ -13,6 +13,10 @@ Resizes the game window to width x height. If `recenter` is **true**, also cente
Maximizes the game window, ignoring the `winResizable` config option.
## Graphics.restore_window()
Restores the game window from a maximized or minimized state.
## Bitmap.write_to_png(filename)
filename: String
returns: self