赞 | 4 |
VIP | 0 |
好人卡 | 0 |
积分 | 78 |
经验 | 15725 |
最后登录 | 2024-11-10 |
在线时间 | 1337 小时 |
Lv4.逐梦者
- 梦石
- 0
- 星屑
- 7760
- 在线时间
- 1337 小时
- 注册时间
- 2015-8-15
- 帖子
- 751
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 金芒芒 于 2023-11-14 17:22 编辑
def update_player_bar
hp=($scene.team_groups[@group-1]@character.hp * 100)/($scene.team_groups[@group-1]@character.maxhp): ($scene.enermy_groups[@group-1]@character.hp * 100)/($scene.enermy_groups[@group-1]@character.maxhp)
$game_screen.pictures[19-28].show("hp.png",0,35,435,hp_p,100,255,0)
血液= [24,25,26,27,28][19,20,21,22,23]
x= 115:615
for i in 血液
$game_screen.pictures.show("蓝条", 0,
x, 670, 90, 100, 255, 0)
x+=87
end
刷新pictures[24,25,26,27,28]:[19,20,21,22,23]
在游戏开关[5]=真的时候显示 |
|