class Window_Gold < Window_Base def initialize super(0, 0, window_width, fitting_height(2)) #2 refresh end alias refresh_normal_sc refresh def refresh refresh_normal_sc draw_currency_value($game_party.spegold, $SECOND_CURRENCY_NAME, 4, 24, contents.width - 8)#4 end end 这段 是来里面 显示的 |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-25 16:44
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.