java - Cant resolve symbol HAlignment -
i have read couple of answer here cant find similar case mine. how can fix error?
public void draw(batch batch, float parentalpha) { super.draw(batch, parentalpha); if (getscore() == 0) { return; } font.draw(batch, string.format("%d", getscore()), bounds.x, bounds.y, bounds.width, bitmapfont.halignment.right); } newbie here
Comments
Post a Comment