Author Topic: 32 bit inventory crosshairs don't work - bug?  (Read 223 times)  Share 

Ali

  • What will become of the baron?
  • Ali worked on a game that was nominated for an AGS Award!Ali worked on a game that won an AGS Award!
32 bit inventory crosshairs don't work - bug?
« on: 24 Mar 2012, 21:38 »
I know this is small fry in the context of AGS development, but using a crosshair image imported from PNG doesn't seem to work.

It's been posted about before and was 'fixed' by using a gif instead. But for nice anti-aliasing the only option is to add the crosshair into the cursor image for every item. Which is a bit cumbersome.

Re: 32 bit inventory crosshairs don't work - bug?
« Reply #1 on: 25 Mar 2012, 06:05 »
Yeah, that's the only solution to add it to every inventory image if you want a crosshair with alpha channels. Or use Calin's alpha blending plugin to merge the crosshair sprite with the inventory sprite for use as the cursor.