Various minor tweaks

This commit is contained in:
Anuken
2021-08-20 00:05:08 -04:00
parent 946bba63d0
commit 5ddb22ab61
4 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public class LiquidBulletType extends BulletType{
public Liquid liquid;
public float puddleSize = 6f;
public float orbSize = 3f;
public float boilTime = 15f;
public float boilTime = 5f;
public LiquidBulletType(@Nullable Liquid liquid){
super(3.5f, 0);