GUI Tidbits: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
*>Janik
(fixed layout)
*>Janik
m (GUI Alpha moved to GUI Tidbits: We should collect GUI-related tidbits here.)
(No difference)

Revision as of 19:10, 4 November 2006

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.