Change base grab to be like other turret types (#6577)
because why was it like this to begin with
This commit is contained in:
@@ -35,7 +35,7 @@ public class TractorBeamTurret extends BaseTurret{
|
||||
public Sound shootSound = Sounds.tractorbeam;
|
||||
public float shootSoundVolume = 0.9f;
|
||||
|
||||
public @Load("block-@size") TextureRegion baseRegion;
|
||||
public @Load(value = "@-base", fallback = "block-@size") TextureRegion baseRegion;
|
||||
public @Load("@-laser") TextureRegion laser;
|
||||
public @Load(value = "@-laser-start", fallback = "@-laser-end") TextureRegion laserStart;
|
||||
public @Load("@-laser-end") TextureRegion laserEnd;
|
||||
|
||||
Reference in New Issue
Block a user