赞 | 0 |
VIP | 13 |
好人卡 | 13 |
积分 | 1 |
经验 | 7273 |
最后登录 | 2014-2-17 |
在线时间 | 37 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 37 小时
- 注册时间
- 2012-7-30
- 帖子
- 147
|
直接把代码甩给你
window_saveFile- def refresh
- self.contents.clear
- self.contents.font.color = normal_color
- name = Vocab::File + " #{@file_index }"
- name = "自动存档" if @file_index ==0
- name += " "+$data_mapinfos[@game_system.currentMap].name if @game_system!= nil#《---就这货
- name += " " + @game_system.time if @game_system!= nil
- @name_width = contents.text_size(name).width+20
- self.contents.draw_text(4, 0, @name_width, WLH, name)
-
- if @file_exist
- draw_party_characters(152, 58)
- draw_playtime(0, 34, contents.width - 4, 2)
- end
- end
复制代码 |
评分
-
查看全部评分
|