Project1
标题:
如何更改菜人物状态的界面
[打印本页]
作者:
千past
时间:
2009-2-7 19:18
提示:
作者被禁止或删除 内容自动屏蔽
作者:
njx937
时间:
2009-2-7 19:39
Window_MenuStatus
就是这个类
for actor in $game_party.members
draw_actor_face(actor, 2, actor.index * 96 + 2, 92)
x = 104
y = actor.index * 96 + WLH / 2
draw_actor_name(actor, x, y)
draw_actor_class(actor, x + 120, y)
draw_actor_level(actor, x, y + WLH * 1)
draw_actor_state(actor, x, y + WLH * 2)
draw_actor_hp(actor, x + 120, y + WLH * 1)
draw_actor_mp(actor, x + 120, y + WLH * 2)
end
复制代码
这是改坐标的。。。。想加的在里面加就行使用方法搜索一下脚本就行 [LINE]1,#dddddd[/LINE]
系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1