v0.8.1: fixed incorrect colors for fog of war mapped tiles (ABGR->ARGB)

This commit is contained in:
Evan Debenham 2020-05-17 18:56:06 -04:00
parent 2dc9150f66
commit c9636a9c8b

View File

@ -49,9 +49,9 @@ public class FogOfWar extends Image {
0x55000000
}, {
//mapped
0xCC442211,
0x99663319,
0x55884422
0xCC112244,
0x99193366,
0x55224488
}, {
//invisible
0xFF000000,