- 注册时间
- 2004-3-1
- 最后登录
- 2017-9-18
超级版主
 
- 积分
- 74


|
发表于 2007-2-22 18:07:19
|
显示全部楼层
…我脚本完全不懂…有懂行的人路过可以看一下。…
…乱拼拼的结果是这样:…
…Window_ShopCommand中…增加蓝色字一行。…
def initialize
super(0, 64, 480, 64)
self.contents = Bitmap.new(width - 32, height - 32)
@item_max = 3
@column_max = 3
self.contents.font.color = normal_color
@commands = ["买", "卖", "取消"]
refresh
self.index = 0
end
…这样貌似就和normal_color一样了。… |
|