|
发表于 2007-2-10 23:16:30
|
显示全部楼层
- module RPG
- class Sprite < ::Sprite
- def collapse
- self.blend_type = 1
- self.color.set(255, 255, 255, 0)
- self.opacity = 255
- @_collapse_duration = 48
- @_whiten_duration = 0
- @_appear_duration = 0
- @_escape_duration = 0
- end
- end
- end
复制代码 Sprite_Battler之后Main之前,新建个脚本复制进去...
PS.掀桌子啊,回个贴也要回3次...网速真RP啊啊啊啊啊啊啊啊啊啊 |
|