方法二:
class Window_XXX < WIndow_Base
def initialize(x, y, w, h)
super(x, y, w, h)
self.back_opacity = ...
end
def refresh
self.contents.draw_text(...)
end
end
a = Window_XXX.new(...)
..... 作者: 日月星辰 时间: 2010-8-31 11:43
话说我只会做scene……关于楼主的问题……如果你能用显示图片来完成说明你还是会变通的。