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
  1. class Window_EquipItem < Window_Selectable
  2.   #--------------------------------------------------------------------------
  3.   # ● 初始化对像
  4.   #     actor      : 角色
  5.   #     equip_type : 装备部位 (0~3)
  6.   #--------------------------------------------------------------------------
  7.   def initialize(actor, equip_type)
  8.     super(0, 256, 640, 224)
  9.     @actor = actor
  10.     @equip_type = equip_type
  11.     @column_max = 1#2            ←这个
  12.     refresh
  13.     self.active = false
  14.     self.index = -1
  15.   end
  16. end
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1