Project1
标题:
这个脚本要怎么改?
[打印本页]
作者:
小花酱
时间:
2012-8-27 18:05
标题:
这个脚本要怎么改?
unless enabled
self.contents.draw_text(rect, "#{@commands[index]}(?)")
else
self.contents.draw_text(rect, @commands[index])
end
复制代码
才能在主菜单有效
其他菜单,如:标题菜单等,
不显示这个效果 dsu_plus_rewardpost_czw
作者:
创造达人
时间:
2012-8-28 19:08
unless unenabled
self.contents.draw_text(rect, "#{@commands[index]}(?)")
else
self.contents.draw_text(rect, @commands[index])
end
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1