赞 | 22 |
VIP | 917 |
好人卡 | 110 |
积分 | 218 |
经验 | 288474 |
最后登录 | 2022-10-15 |
在线时间 | 6925 小时 |
Lv5.捕梦者 (版主)
- 梦石
- 20
- 星屑
- 1840
- 在线时间
- 6925 小时
- 注册时间
- 2012-12-14
- 帖子
- 11485
|
修改Window_Help脚本- def initialize
- unless $scene.is_a?(Scene_Skill)
- if $scene.is_a?Scene_Battle
- super(0, 0, 640, 64)
- self.contents = Bitmap.new(width - 32, height - 32)
- self.opacity = 0
- else
- super(0, 0, 640, 64)
- self.contents = Bitmap.new(width - 32, height - 32)
- self.opacity = 255
- end
复制代码 将窗口透明掉 |
评分
-
查看全部评分
|