centered follow points
This commit is contained in:
parent
c10b5dd199
commit
5b42f9a588
|
@ -1367,10 +1367,10 @@ public class Game extends BasicGameState {
|
|||
followPoint.setAlpha(1f - ((progress - (t - step)) / (step * 2f)));
|
||||
else
|
||||
followPoint.setAlpha(1f);
|
||||
followPoint.draw(x, y);
|
||||
followPoint.drawCentered(x, y);
|
||||
}
|
||||
} else
|
||||
followPoint.draw(x, y);
|
||||
followPoint.drawCentered(x, y);
|
||||
t = nextT;
|
||||
}
|
||||
followPoint.setAlpha(1f);
|
||||
|
|
Loading…
Reference in New Issue
Block a user