Minimap fixes

This commit is contained in:
Anuken
2019-04-04 23:34:09 -04:00
parent 812dea385c
commit 45d157fe3f
5 changed files with 16 additions and 27 deletions

View File

@@ -1510,8 +1510,8 @@ public class Blocks implements ContentList{
powerUsed = 0.5f;
consumes.powerBuffered(1200f);
range = 190f;
reload = 170f;
firingMoveFract = 0.2f;
reload = 50f;
firingMoveFract = 0.5f;
shootDuration = 220f;
health = 200 * size * size;

View File

@@ -533,7 +533,7 @@ public class Bullets implements ContentList{
}
};
meltdownLaser = new BulletType(0.001f, 50){
meltdownLaser = new BulletType(0.001f, 70){
Color tmpColor = new Color();
Color[] colors = {Color.valueOf("ec745855"), Color.valueOf("ec7458aa"), Color.valueOf("ff9c5a"), Color.WHITE};
float[] tscales = {1f, 0.7f, 0.5f, 0.2f};