def draw_inven(item): item_image.clip_draw(Sword.left[item.sight], MasterSword.bottom[item.sight], Sword.width, Sword.length, item.form.pos.x, item.form.pos.y, Sword.width_in_world, Sword.length_in_world)
def draw_inven(item): item_image.clip_draw(Potion.left + 30, Potion.bottom, Potion.width, Potion.height, item.form.pos.x, item.form.pos.y, Potion.width_in_world, Potion.height_in_world)
def draw_inven(item): item_image.clip_draw(BlueRupee.left, Rupee.bottom, Rupee.width, Rupee.length, item.form.pos.x, item.form.pos.y, Rupee.width_in_world, Rupee.length_in_world)
def draw_inven(item): item_image.clip_draw(Heart.left, Heart.bottom, Heart.width, Heart.length, item.form.pos.x, item.form.pos.y, Heart.width_in_world, Heart.length_in_world)
def draw_inven(item): item_image.clip_draw(Bow.left, Bow.bottom, Bow.width, Bow.length, item.form.pos.x, item.form.pos.y, Bow.width_in_world, Bow.length_in_world)