AgoutiGames / RawSalmonEngine

A game engine utilising "Tiled" map files
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Add support for color keying #99

Closed VectorWolf closed 4 years ago

VectorWolf commented 4 years ago

Read the rgb property describing the color key and pass to a modified load function of texture. Use http://lazyfoo.net/tutorials/SDL/10_color_keying/index.php for reference.