Fixed sprites

This commit is contained in:
Anuken 2019-09-21 20:24:07 -04:00
parent 3f293190cf
commit dc51afdc60
8 changed files with 2323 additions and 2316 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 722 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

After

Width:  |  Height:  |  Size: 677 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 KiB

After

Width:  |  Height:  |  Size: 583 KiB

View File

@ -824,7 +824,7 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
}
public boolean isShooting(){
return isShooting && (!isBoosting || mech.flying) && mining == null;
return isShooting && (boostHeat < 0.1f || mech.flying) && mining == null;
}
public void updateRespawning(){