title screen

This commit is contained in:
infinitefusion
2021-07-02 21:48:03 -04:00
parent 500edeca7d
commit 8cae8fb8da
6 changed files with 675 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ def pbSetWindowText(string)
end
class Bitmap
attr_accessor :storedPath
alias mkxp_draw_text draw_text unless method_defined?(:mkxp_draw_text)
def draw_text(x, y, width, height, text, align = 0)