lua: gui library (WIP)

This commit is contained in:
MihailRis
2024-02-13 18:16:18 +03:00
parent 302b649634
commit 05589b721e
14 changed files with 262 additions and 25 deletions
+4
View File
@@ -110,6 +110,10 @@ void UINode::setCoord(glm::vec2 coord) {
this->coord = coord;
}
glm::vec2 UINode::getCoord() const {
return coord;
}
glm::vec2 UINode::getSize() const {
return size;
}