cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
920 stars 212 forks source link

Font atlas is messed up in a slightly annoying way #1987

Closed hatkidchan closed 2 hours ago

hatkidchan commented 2 hours ago

Minecraft Version

1.20.1

Version

1.113.1 (present in previous ones)

Details

A picture is worth 1000 words image

hatkidchan commented 2 hours ago

While we're at it, can we also extend character 0x80 to fill entire cell like so? image

hatkidchan commented 2 hours ago

Nevermind I just realized that CC actually uses 6x9 font and space between characters is unused :/

SquidDev commented 1 hour ago

Yep. Each character has a 1px border around it to prevent rendering artifacts (see https://github.com/dan200/ComputerCraft/issues/300 and https://github.com/dan200/ComputerCraft/pull/367). It's not clear whether this is actually needed on recent versions of the game (the rendering code has changed a lot), but loathe to change the font texture again :).