Project1

标题: 該如何去掉LV的相關部份? [打印本页]

作者: raider    时间: 2008-8-25 21:45
提示: 作者被禁止或删除 内容自动屏蔽
作者: 0768    时间: 2008-8-25 22:36
把Scene_Battle 2下面两行去掉或者在其前面加上"#"

第192行  @result_window = Window_BattleResult.new(exp, gold, treasures)
第207行  @result_window.visible = true
作者: 灯笼菜刀王    时间: 2008-8-25 23:10
...楼上那样的话,连钱也不显示了- -~~那个只是不显示获得战利品窗口而已~

不显示LV。全局搜索draw_actor_level(actor, x, y)这句删掉就可以了

不显示获得经验,Window_BattleResult里
    x = 4
    self.contents.font.color = normal_color
    cx = contents.text_size(@exp.to_s).width
    self.contents.draw_text_s(x, 0, cx, 32, @exp.to_s)
    x += cx + 4
    self.contents.font.color = system_color
    cx = contents.text_size("经验").width
    self.contents.draw_text_s(x, 0, 64, 32, "经验")
这段删了就可以了。 [LINE]1,#dddddd[/LINE]系统信息:本贴获得楼主认可,66RPG感谢您的热情解答~
作者: raider    时间: 2008-8-26 01:38
提示: 作者被禁止或删除 内容自动屏蔽




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