tuning with other songs

This commit is contained in:
2017-07-14 14:37:25 -05:00
parent afd2d1aa41
commit d65b94cd49
5 changed files with 41 additions and 41 deletions

View File

@@ -32,7 +32,6 @@ public class Pellet extends Actor implements Entity, Poolable {
setSize(0.75f, 0.75f);
hitBox.setSize(getWidth(), getHeight());
this.rate = rate;
setColor(1f, MathUtils.random(), 0f, 1f);
}
@Override