|
发表于 2007-11-3 23:14:42
|
显示全部楼层
Window_BattleStatus
中- #--------------------------------------------------------------------------
- # ● 初始化对像
- #--------------------------------------------------------------------------
- def initialize
- super(0, 320, 640, 160)
- self.contents = Bitmap.new(width - 32, height - 32)
- self.opacity = 0
- @level_up_flags = [false, false, false, false]
- refresh
- end
复制代码 多了什么,自己对比一下吧...
不过,建议还是去学习下脚本...否则问题会无穷无尽的... [s:7] |
|