Add inventory.

This commit is contained in:
SilicaAndPina 2020-07-29 11:29:00 +12:00
parent ddc1b3a6ce
commit 1f4a8a24be
17 changed files with 751 additions and 14 deletions

View file

@ -58,9 +58,7 @@ 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);
}