赞 | 403 |
VIP | 0 |
好人卡 | 11 |
积分 | 400 |
经验 | 242285 |
最后登录 | 2025-8-5 |
在线时间 | 5807 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 39963
- 在线时间
- 5807 小时
- 注册时间
- 2006-11-10
- 帖子
- 6682
|
class Harts_Window_ItemTitle < Window_Base
def initialize
super(0, 0, 160, 64)
self.contents = Bitmap.new(width - 32, height - 32)
self.contents.clear
self.contents.font.color = normal_color
self.contents.draw_text_s(4, 0, 120, 32, $data_system.words.item, 1)
end
end
这段删 系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~ |
|