1
Graphics / Re: Getting colour of pixel underneath mouse position
« on: June 14, 2013, 03:33:54 pm »
You mean like during loading of map create 800x600 array of bools and for each pixel assign true or false depending on color and then comparing mouse coordinates with according array value? If so that's really good idea. I will try it out, thank You.