Switched to binary preference file for desktop

This commit is contained in:
Anuken
2018-06-15 12:13:52 -04:00
parent ba67c01dd0
commit 604f315a83
3 changed files with 63 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ public abstract class BulletType extends BaseBulletType<Bullet> implements Conte
/**Whether to sync this bullet to clients.*/
public boolean syncable;
/**Whether this bullet type collides with tiles.*/
public boolean collidesTiles;
public boolean collidesTiles = true;
public BulletType(float speed, float damage){
this.id = lastid ++;