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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -