CC-Tweaked/tools
Jonathan Coates de930c8d09
Split up turtle textures (#1813)
Turtles currently read their textures from a single 128x128 sprite
sheet. Most of this texture is unused which means we end up wasting a
lot of the block texture atlas[^1].

This change splits up the turtle textures into individual 32x32
textures[^2], one for each side, and then an additional backpack
texture.

I'm very sorry to any resource pack artists out there. The
tools/update-resources.py script will update existing packs, but does
not (currently) handle non-standard resolutions.

[^1]: It used to be worse: https://github.com/dan200/ComputerCraft/issues/145

[^2]: Turtle textures are a bit weird, in that they mostly *look* 16x16,
  but have some detail in places.
2024-04-30 20:58:07 +00:00
..
language.py License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
parse-reports.py License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
screenshots.py Fix client tests not running on Forge 2023-07-22 19:40:50 +01:00
update-resources.py Split up turtle textures (#1813) 2024-04-30 20:58:07 +00:00