Project1

标题: VX怎么在存档界面显示地图名称.. [打印本页]

作者: congwsbn    时间: 2013-1-30 08:08
标题: VX怎么在存档界面显示地图名称..
脚本应该怎么改...
作者: devilg    时间: 2013-1-30 09:19
直接把代码甩给你
window_saveFile
  1.   def refresh
  2.     self.contents.clear
  3.     self.contents.font.color = normal_color
  4.     name = Vocab::File + " #{@file_index }"
  5.     name = "自动存档" if @file_index ==0
  6.     name += "         "+$data_mapinfos[@game_system.currentMap].name if @game_system!= nil#《---就这货
  7.     name += "         " + @game_system.time if @game_system!= nil
  8.     @name_width = contents.text_size(name).width+20
  9.     self.contents.draw_text(4, 0, @name_width, WLH, name)
  10.    
  11.     if @file_exist
  12.       draw_party_characters(152, 58)
  13.       draw_playtime(0, 34, contents.width - 4, 2)
  14.     end
  15.   end
复制代码





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