Skip to content

Make rect rendering use W+H characters instead of W*H+H characters#160

Merged
VirxEC merged 2 commits into
masterfrom
rect_fix
May 29, 2026
Merged

Make rect rendering use W+H characters instead of W*H+H characters#160
VirxEC merged 2 commits into
masterfrom
rect_fix

Conversation

@NicEastvillage
Copy link
Copy Markdown
Contributor

RLDojo renders a rectangle that ends up requiring too long a string. This change drastically reduces the number of characters used in rectangle rendering by only filling one line.

For example, instead of

********\n
********\n
********\n
********\n

we now do

********\n
\n
\n
\n

@NicEastvillage NicEastvillage added the bug Something isn't working label May 29, 2026
RC 8 has not been released yet
@VirxEC VirxEC merged commit 485e7e5 into master May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants