SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Iris.Image, Iris.ImageButton #62

Closed SirMallard closed 2 months ago

SirMallard commented 2 months ago

Image and ImageButton

Adds a new Image and ImageButton widget, which can be used to display any image given an Asset ID and a size. Supports UV offset and the scale types of an ImageLabel.

Additions

Changes

Fixes