dithering for semitransparent tiles

This commit is contained in:
minjaesong
2021-10-10 23:47:03 +09:00
parent 0925ec2580
commit 8b3f07eddd
7 changed files with 135 additions and 7 deletions

Binary file not shown.

View File

@@ -1,3 +1,5 @@
Air tile (tile 0,0) must have colour of 0x00000000, NOT 0xFFFFFF00. You can modify the tga file directly to correct bad exporter behaviour.
All TGA must have alpha premultiplied.
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.