本帖最后由 RMVXA 于 2019-3-2 00:27 编辑 请问这个红箭头之间的距离怎么调整(减小)呀。
class Window_Status PARAM_NAME_WIDTH = 120 #-------------------------------------------------------------------------- # ● [子类重载]绘制能力值 #-------------------------------------------------------------------------- def draw_actor_param(actor, x, y, param_id) change_color(system_color) draw_text(x, y, 120, line_height, Vocab::param(param_id)) change_color(normal_color) draw_text(x + PARAM_NAME_WIDTH, y, 36, line_height, actor.param(param_id), 2) endend
class Window_Status PARAM_NAME_WIDTH = 120 #-------------------------------------------------------------------------- # ● [子类重载]绘制能力值 #-------------------------------------------------------------------------- def draw_actor_param(actor, x, y, param_id) change_color(system_color) draw_text(x, y, 120, line_height, Vocab::param(param_id)) change_color(normal_color) draw_text(x + PARAM_NAME_WIDTH, y, 36, line_height, actor.param(param_id), 2) end end
查看全部评分
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2025-7-22 13:59
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.