Project1
标题:
怎么把物品栏和技能栏最上方的说明栏给去掉
[打印本页]
作者:
zx903193387
时间:
2015-11-14 21:51
标题:
怎么把物品栏和技能栏最上方的说明栏给去掉
如题,在论坛搜索了半天都没找到
作者:
喵呜喵5
时间:
2015-11-14 21:59
class Scene_ItemBase
alias m5_20151114_create_help_window create_help_window
def create_help_window
m5_20151114_create_help_window
@help_window.height = 0
end
end
复制代码
插入脚本
作者:
喵呜喵5
时间:
2015-11-14 23:10
class Scene_ItemBase
alias m5_20151114_create_help_window create_help_window
def create_help_window
m5_20151114_create_help_window
@help_window.height = 0
end
end
class Scene_Equip
alias m5_20151114_create_help_window create_help_window
def create_help_window
m5_20151114_create_help_window
@help_window.height = 0
end
end
复制代码
1.一楼你哪里有提到装备栏了
2.如图,新工程里是正常去掉的,没去掉是因为脚本冲突:
无标题.png
(201.73 KB, 下载次数: 18)
下载附件
保存到相册
2015-11-14 23:10 上传
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1