forked from hkc/cc-stuff
1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Casey d0cf362c1b
They use 6x9 font, not 8x11...
- https://github.com/cc-tweaked/CC-Tweaked/issues/1987
- https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.20.x/projects/common/src/client/java/dan200/computercraft/client/render/text/FixedWidthFontRenderer.java#L38-L39
2024-10-03 22:25:58 +03:00
Casey 36c19b23dc
Made it a bit more silent
This commit message is literally longer than change itself.
2024-10-03 20:39:04 +03:00
Casey d4ca60c9f9
CPI -> PNG renderer
Supports CPIv0 and CPIv1 for now, but other formats are experimental
anyways, so not a big problem
2024-10-03 20:28:49 +03:00
Casey e2e5d57e1f
Moved things to a separate file
Font atlas and palettes could be reused by other programs for CC, so
that makes sense IMO.

Also removed debug image saving in cc-pic.py that was left here for ALL
THAT TIME for some fucking reason.
2024-10-03 18:57:44 +03:00