Bitmap: Add #v_flip / #h_flip methods

This commit is contained in:
Amaryllis Kulla 2022-02-01 21:47:07 +01:00
parent 1c2dc115b8
commit a651639524
4 changed files with 76 additions and 0 deletions

View file

@ -14,6 +14,11 @@ returns: self
Writes the contents of the bitmap to `filename`, in PNG format.
## Bitmap.v_flip() / .h_flip()
returns: nil
Flips the bitmap image vertically / horizontally.
## Input.scroll_v()
returns: Integer