Cleaner wall sprites
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 843 B |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 812 B |
Before Width: | Height: | Size: 506 KiB After Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 419 KiB After Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.9 MiB |
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -35,6 +35,7 @@ public class Wall extends Block{
|
||||
destructible = true;
|
||||
group = BlockGroup.walls;
|
||||
buildCostMultiplier = 5f;
|
||||
canOverdrive = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -27,7 +27,6 @@ public class PowerNode extends PowerBlock{
|
||||
protected static BuildPlan otherReq;
|
||||
|
||||
protected final ObjectSet<PowerGraph> graphs = new ObjectSet<>();
|
||||
protected final Vec2 t1 = new Vec2(), t2 = new Vec2();
|
||||
|
||||
public @Load("laser") TextureRegion laser;
|
||||
public @Load("laser-end") TextureRegion laserEnd;
|
||||
@ -42,6 +41,7 @@ public class PowerNode extends PowerBlock{
|
||||
configurable = true;
|
||||
consumesPower = false;
|
||||
outputsPower = false;
|
||||
canOverdrive = false;
|
||||
|
||||
config(Integer.class, (entity, value) -> {
|
||||
PowerModule power = entity.power;
|
||||
|