Skip to content

Conversation

@RecursivePineapple
Copy link

This just moves the existing draw call into a new protected method and adds a long override for the existing draw methods. I'm using this to render >2.1b stack sizes in my compressed bus PR.

@RecursivePineapple RecursivePineapple requested a review from a team January 10, 2026 21:29
@RecursivePineapple RecursivePineapple added the enhancement New feature or request label Jan 10, 2026
@Dream-Master Dream-Master added the 🚧 Testing on Zeta Do not merge yet, testing this PR on Zeta label Jan 11, 2026
drawAmountText(amount, format, 1, 1, area.width - 1, area.height - 1, Alignment.BottomRight);
}

public static void drawAmountText(long amount, String format, int x, int y, int width, int height, Alignment alignment) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can reuse these long methods in int ones by casting the numbers to (long)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 Testing on Zeta Do not merge yet, testing this PR on Zeta enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants