Project1
标题:
装备候选区的一个新问题。。。。
[打印本页]
作者:
郭嘉
时间:
2011-6-5 07:41
提示:
作者被禁止或删除 内容自动屏蔽
作者:
jhhuang
时间:
2011-6-5 16:01
x = 4 + #&*$%#$^(
y = i$@)&*^$*
改成
x = 4
y = index *38+1试下
作者:
Wind2010
时间:
2011-6-5 16:18
class Window_EquipItem < Window_Selectable
#--------------------------------------------------------------------------
# ● 初始化对像
# actor : 角色
# equip_type : 装备部位 (0~3)
#--------------------------------------------------------------------------
def initialize(actor, equip_type)
super(0, 256, 640, 224)
@actor = actor
@equip_type = equip_type
@column_max = 1#2 ←这个
refresh
self.active = false
self.index = -1
end
end
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1