enable rtt dtor, default values for <text> node, dual-brush wip, more brush options
This commit is contained in:
@@ -7,9 +7,9 @@ class NodeText : public Node
|
||||
public:
|
||||
TextMesh m_text_mesh;
|
||||
std::string m_text;
|
||||
std::string m_font;
|
||||
std::string m_font = "arial";
|
||||
glm::vec4 m_color{ 1, 1, 1, 1 };
|
||||
int m_font_size;
|
||||
int m_font_size = 11;
|
||||
kFont font_id;
|
||||
virtual Node* clone_instantiate() const override;
|
||||
virtual void clone_copy(Node* dest) const override;
|
||||
|
||||
Reference in New Issue
Block a user