CommitLog |
This commit is contained in:
parent
2bde2d7dc7
commit
821f1768fa
4 changed files with 13 additions and 103 deletions
objects
|
@ -58,7 +58,12 @@ if(!global.debug)
|
|||
|
||||
draw_healthbar(10,40,300,60,(obj_player.hp/obj_player.hp_max)*100,c_gray,c_red,c_green,0,true,false);
|
||||
draw_text(11,43,string(obj_player.hp)+" / "+string(obj_player.hp_max));
|
||||
|
||||
// Draw hotbar
|
||||
draw_sprite(spr_hotbar,0,960/2,544);
|
||||
}
|
||||
|
||||
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
|
|
Reference in a new issue