alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

(#52) InstructionalButtons improvements #80

Closed alexguirre closed 4 years ago

alexguirre commented 4 years ago

Text buttons choose between t_, T_ and w_ based on text length. Added support for raw id buttons (b_), button groups (InstructionalButtonGroup class) and clickable buttons (IInstructionalButtonSlot.BindedControl property). Added InstructionalButtons.BackgroundColor property. Removed obsolete members.

Closes #52.