class Window_EquipCommand < Window_HorzCommand def col_max return 2 end def make_command_list add_command(Vocab::equip2, :equip) add_command(Vocab::clear, :clear) end end
class Window_EquipCommand def window_height; 0; end def make_command_list; end end class Window_EquipSlot def window_height; 188; end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |