Full Unit In Menu
This commit is contained in:
@@ -244,7 +244,7 @@ public class MenuRenderer implements Disposable{
|
|||||||
float size = Math.max(icon.width, icon.height) * Draw.scl * 1.6f;
|
float size = Math.max(icon.width, icon.height) * Draw.scl * 1.6f;
|
||||||
|
|
||||||
flyers((x, y) -> {
|
flyers((x, y) -> {
|
||||||
Draw.rect(flyerType.region, x - 12f, y - 13f, flyerRot - 90);
|
Draw.rect(icon, x - 12f, y - 13f, flyerRot - 90);
|
||||||
});
|
});
|
||||||
|
|
||||||
flyers((x, y) -> {
|
flyers((x, y) -> {
|
||||||
@@ -264,7 +264,7 @@ public class MenuRenderer implements Disposable{
|
|||||||
(engineSize + Mathf.absin(Time.time(), 2f, engineSize / 4f)) / 2f);
|
(engineSize + Mathf.absin(Time.time(), 2f, engineSize / 4f)) / 2f);
|
||||||
Draw.color();
|
Draw.color();
|
||||||
|
|
||||||
Draw.rect(flyerType.region, x, y, flyerRot - 90);
|
Draw.rect(icon, x, y, flyerRot - 90);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user