1 decade ago by manuelac
How can I update ig.game.font.draw() coordinates ?
this doesnt work. it effectively draws the creeps HP but the position is way off... it is not on top of the entity.
any ideas?
// in entities/creep.js }, draw: function() { ig.game.font.draw(this.hp, this.pos.x, this.pos.y); }
this doesnt work. it effectively draws the creeps HP but the position is way off... it is not on top of the entity.
any ideas?