Project1

标题: 如何减少菜单中的选项 [打印本页]

作者: qq562453414    时间: 2012-8-16 20:24
标题: 如何减少菜单中的选项
RT。怎样才能将菜单删减的只剩下装备和退出游戏两个选项??
作者: chxush    时间: 2012-8-17 05:38
本帖最后由 chxush 于 2012-8-17 21:06 编辑
  1. class Window_MenuCommand < Window_Command
  2.   def make_command_list
  3.     add_main_commands
  4.     add_game_end_command
  5.   end
  6.   def add_main_commands
  7.     add_command(Vocab::equip,  :equip,  main_commands_enabled)
  8.   end
  9. end
复制代码

作者: 一流浪人    时间: 2012-8-17 20:17

作者: 一流浪人    时间: 2012-8-17 20:37

作者: qq562453414    时间: 2012-8-20 15:30
谢谢大大了~~




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