This commit is contained in:
2022-12-12 10:55:02 -08:00
parent a87844818a
commit efab5bb12b
15 changed files with 165 additions and 14 deletions

View File

@ -16,7 +16,8 @@ namespace Dawn {
public:
Mesh mesh;
Texture *texture;
struct Color color = COLOR_WHITE;
Texture *texture = nullptr;
/**
* UI Sprite Constructor, use the UIElement / UIComponent create instead.