create_content应该要在末尾加s吧? #-------------------------------------------------------------------------- # ● 生成窗口内容 #-------------------------------------------------------------------------- def create_contents contents.dispose if contents_width > 0 && contents_height > 0 self.contents = Bitmap.new(contents_width, contents_height) else self.contents = Bitmap.new(1, 1) end end |
跟字体完全没关系的没问题? |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-26 03:04
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.