Font working

This commit is contained in:
2022-10-24 22:28:53 -07:00
parent 76be7ae78e
commit 7ee91c3777
15 changed files with 132 additions and 32 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include "UIComponent.hpp"
#include "display/mesh/QuadMesh.hpp"
#include "display/Texture.hpp"
namespace Dawn {
class UISprite : public UIComponent {
@ -14,6 +15,7 @@ namespace Dawn {
public:
Mesh mesh;
Texture *texture;
UISprite(UICanvas &canvas);