本帖最后由 taroxd 于 2014-7-5 21:06 编辑
class Window_Base < Window #-------------------------------------------------------------------------- # ● 初始化对象 #-------------------------------------------------------------------------- def initialize(x, y, width, height) super self.back_opacity = 255 self.windowskin = Cache.system("Window") update_padding update_tone create_contents @opening = @closing = false end end
class Window_Base < Window
#--------------------------------------------------------------------------
# ● 初始化对象
#--------------------------------------------------------------------------
def initialize(x, y, width, height)
super
self.back_opacity = 255
self.windowskin = Cache.system("Window")
update_padding
update_tone
create_contents
@opening = @closing = false
end
end
@熊喵酱 结贴 |