CommitLog |
This commit is contained in:
parent
5519e5bf70
commit
e60c04be85
4 changed files with 29 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
if(!global.debug)
|
||||
{
|
||||
draw_set_color(c_white);
|
||||
draw_healthbar(10,10,500,30,(obj_player.energy/obj_player.energy_max)*100,c_gray,c_yellow,c_blue,0,true,false);
|
||||
draw_healthbar(10,10,500,30,(obj_player.energy/obj_player.energy_max)*100,c_gray,c_blue,c_navy,0,true,false);
|
||||
draw_text(11,13,string(obj_player.energy)+" / "+string(obj_player.energy_max));
|
||||
|
||||
draw_healthbar(10,40,300,60,(obj_player.hp/obj_player.hp_max)*100,c_gray,c_red,c_green,0,true,false);
|
||||
|
|
Reference in a new issue