#--------------------------------------------------------------------------
# ● 初始化对像
# actor : 角色
# equip_type : 装备部位 (0~3)
#--------------------------------------------------------------------------
def initialize(actor, equip_type)
super(320, 64, 320, 256)
@actor = actor
@equip_type = equip_type
@column_max = 1
self.opacity = 160
self.index = 0
self.z = 9000
refresh
end
| 欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |