Turret heat cleanup
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 262 B |
BIN
core/assets-raw/sprites/blocks/turrets/fuse-heat.png
Normal file
After Width: | Height: | Size: 833 B |
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 889 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 795 B |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 329 B |
BIN
core/assets-raw/sprites/blocks/turrets/spectre-heat.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
@ -141,7 +141,7 @@ public class LaunchPad extends Block{
|
||||
public void display(Table table){
|
||||
super.display(table);
|
||||
|
||||
if(!state.isCampaign() || net.client()) return;
|
||||
if(!state.isCampaign() || net.client() || team != player.team()) return;
|
||||
|
||||
table.row();
|
||||
table.label(() -> {
|
||||
|