G_副本.png (97.59 KB, 下载次数: 27)
#encoding:utf-8 #============================================================================== # ■ Window_MenuCommand #------------------------------------------------------------------------------ # 菜单画面中显示指令的窗口 #============================================================================== class Window_MenuCommand < Window_Command #-------------------------------------------------------------------------- # ● 生成指令列表 #-------------------------------------------------------------------------- def make_command_list add_save_command add_game_end_command end end
class Window_Base < Window #-------------------------------------------------------------------------- # ● 绘制简单的状态 #-------------------------------------------------------------------------- def draw_actor_simple_status(actor, x, y) draw_actor_name(actor, x, y) draw_actor_level(actor, x, y + line_height * 1) draw_actor_icons(actor, x, y + line_height * 2) draw_actor_class(actor, x + 120, y) #~ draw_actor_hp(actor, x + 120, y + line_height * 1) #~ draw_actor_mp(actor, x + 120, y + line_height * 2) end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |