balancing

This commit is contained in:
slava0135
2020-09-30 20:30:04 +03:00
parent 48da4933fc
commit aa5b3aa756
3 changed files with 33 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ public class LiquidBulletType extends BulletType{
public void draw(Bullet b){
Draw.color(liquid.color, Color.white, b.fout() / 100f);
Fill.circle(b.x, b.y, 3f);
Fill.circle(b.x, b.y, puddleSize / 2);
}
@Override