Files
Terrarum/assets/mods/basegame/blocks/Terrain - Air tile must have black transparent tile, NOT white.txt
2021-10-10 23:47:03 +09:00

5 lines
307 B
Plaintext

Air tile (tile 0,0) must have colour of 0x00000000, NOT 0xFFFFFF00. You can modify the tga file directly to correct bad exporter behaviour.
Semitransparency is rendered using dithering, so it is good idea to avoid them.
If you must add semitransparency to the tile, they must have alpha NOT premultiplied.