GUI Tidbits

From Adventure Game Studio | Wiki
Revision as of 19:09, 4 November 2006 by *>Janik (fixed layout)
Jump to navigation Jump to search

About alpha-channel sprites for GUIs:

  • GUI Buttons do not use alpha-channel, just transparency.
  • GUI Backgrounds CAN use an alpha channel.
  • If your background has an alpha channel, then its transparency will be applied to any buttons on top.