Skip to content

Raven UI V0.5.0

Compare
Choose a tag to compare
@Emperor2000 Emperor2000 released this 28 Aug 20:54
· 52 commits to main since this release

This release introduces 2 new UI elements

🖼️ ImageButton: You can use this element to add sprites to your canvas. It is recommended to set the sprite origin to the top left when working with this item. ImageButton additionally supports an optional sprite_x_scale and sprite_y_scale, which can be used to scale your image, automatically adjusting the clickable area along with it.

🔘 Button: Similar to a generic menu button (Item), but specifically for in your container. Also supports adding padding and rounded corners.