System/Libraries/Widget: Add disabled_image property to ButtonWidget class

This commit is contained in:
Alec Murphy 2025-04-14 20:41:28 -04:00
parent 96e0009173
commit b5d27214a1

View file

@ -40,6 +40,7 @@ class ButtonWidget : Widget {
BitmapFont* font;
U8 text[1024];
Context2D* image;
Context2D* disabled_image;
U32 color;
};