Project1

标题: 怎样把lv下面的e改成中文? [打印本页]

作者: 阿尔帝梅斯    时间: 2008-8-1 02:05
提示: 作者被禁止或删除 内容自动屏蔽
作者: 阿尔帝梅斯    时间: 2008-8-1 02:07
提示: 作者被禁止或删除 内容自动屏蔽
作者: IamI    时间: 2008-8-1 02:07
Window_Base的204行
    self.contents.draw_text(x, y, 24, 32, "E")
换去“E”即可,如果文字有挤压现象请调整24和32
在同脚本内搜索“Lv”等即可调整 [LINE]1,#dddddd[/LINE]系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~
作者: dbshy    时间: 2008-8-1 02:07
def draw_actor_exp(actor, x, y)
    self.contents.font.color = system_color
    self.contents.draw_text(x, y, 24, 32, "E")
    self.contents.font.color = normal_color
    self.contents.draw_text(x + 24, y, 84, 32, actor.exp_s, 2)
    self.contents.draw_text(x + 108, y, 12, 32, "/", 1)
    self.contents.draw_text(x + 120, y, 84, 32, actor.next_exp_s)
  end

self.contents.draw_text(x, y, 24, 32, "E")
自己去该

LS好快




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