Project1

标题: 怎么把物品栏和技能栏最上方的说明栏给去掉 [打印本页]

作者: zx903193387    时间: 2015-11-14 21:51
标题: 怎么把物品栏和技能栏最上方的说明栏给去掉
如题,在论坛搜索了半天都没找到
作者: 喵呜喵5    时间: 2015-11-14 21:59
  1. class Scene_ItemBase
  2.   alias m5_20151114_create_help_window create_help_window
  3.   def create_help_window
  4.     m5_20151114_create_help_window   
  5.     @help_window.height = 0
  6.   end
  7. end
复制代码
插入脚本
作者: 喵呜喵5    时间: 2015-11-14 23:10
  1. class Scene_ItemBase
  2.   alias m5_20151114_create_help_window create_help_window
  3.   def create_help_window
  4.     m5_20151114_create_help_window   
  5.     @help_window.height = 0
  6.   end
  7. end
  8. class Scene_Equip
  9.   alias m5_20151114_create_help_window create_help_window
  10.   def create_help_window
  11.     m5_20151114_create_help_window   
  12.     @help_window.height = 0
  13.   end  
  14. end
复制代码
1.一楼你哪里有提到装备栏了
2.如图,新工程里是正常去掉的,没去掉是因为脚本冲突:





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