Closes Anuken/Mindustry-Suggestions/issues/5843
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
@@ -34,6 +34,7 @@ public class LaunchPad extends Block{
|
|||||||
|
|
||||||
public @Load("@-light") TextureRegion lightRegion;
|
public @Load("@-light") TextureRegion lightRegion;
|
||||||
public @Load(value = "@-pod", fallback = "launchpod") TextureRegion podRegion;
|
public @Load(value = "@-pod", fallback = "launchpod") TextureRegion podRegion;
|
||||||
|
public @Load(value = "@-preview", fallback = "@") TextureRegion previewRegion;
|
||||||
public Color lightColor = Color.valueOf("eab678");
|
public Color lightColor = Color.valueOf("eab678");
|
||||||
public boolean acceptMultipleItems = false;
|
public boolean acceptMultipleItems = false;
|
||||||
|
|
||||||
@@ -73,6 +74,11 @@ public class LaunchPad extends Block{
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public TextureRegion[] icons(){
|
||||||
|
return new TextureRegion[]{previewRegion};
|
||||||
|
}
|
||||||
|
|
||||||
public class LaunchPadBuild extends Building{
|
public class LaunchPadBuild extends Building{
|
||||||
public float launchCounter;
|
public float launchCounter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user