Custom settings categories

This commit is contained in:
Anuken
2022-05-09 20:51:27 -04:00
parent aa1abeb4be
commit 2162770e57
2 changed files with 57 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ public class ItemTurret extends Turret{
/** Makes copies of all bullets and limits their range. */
public void limitRange(){
limitRange(7f);
limitRange(9f);
}
/** Makes copies of all bullets and limits their range. */