Topic: selectable effekts for game png
im thinking over selectable effekts for game.png
so that the first 1 pixel row or column from a tile stands for an effect
example:
if the x=1 y=1 (from upper left) is a non alpha pixel the image will rotate ones +90°
if the x=2 y=1 (from upper left) is a non alpha pixel the image will rotate ones +180°
if the x=3 y=1 (from upper left) is a non alpha pixel the image will rotate ones +270°
if the x=4 y=1 (from upper left) is a non alpha pixel the image will rotate ones +360°
if the x=5 y=1 (from upper left) is a non alpha pixel the image will flip ones x achses
if the x=6 y=1 (from upper left) is a non alpha pixel the image will flip ones y achses
if the x=7 y=1 (from upper left) is a non alpha pixel the image will rotate loop in steps +10°
etc etc etc