Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -131,6 +131,7 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
|
||||
case dead -> dead || !isAdded() ? 1 : 0;
|
||||
case team -> team.id;
|
||||
case shooting -> isShooting() ? 1 : 0;
|
||||
case boosting -> type.canBoost && isFlying() ? 1 : 0;
|
||||
case range -> range() / tilesize;
|
||||
case shootX -> World.conv(aimX());
|
||||
case shootY -> World.conv(aimY());
|
||||
|
||||
@@ -30,6 +30,7 @@ public enum LAccess{
|
||||
dead,
|
||||
range,
|
||||
shooting,
|
||||
boosting,
|
||||
mineX,
|
||||
mineY,
|
||||
mining,
|
||||
|
||||
Reference in New Issue
Block a user