Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Ali on Sat 24/03/2012 21:38:34

Title: 32 bit inventory crosshairs don't work - bug?
Post by: Ali on Sat 24/03/2012 21:38:34
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.
Title: Re: 32 bit inventory crosshairs don't work - bug?
Post by: Ryan Timothy B on Sun 25/03/2012 06:05:31
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.