Font working
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user