Add application audio option

This commit is contained in:
dec05eba
2024-11-13 22:18:30 +01:00
parent 590428425e
commit 4ba1e814b7
20 changed files with 441 additions and 137 deletions

View File

@@ -22,6 +22,10 @@ namespace gsr {
text.set_string(std::move(str));
}
const std::string& Label::get_text() const {
return text.get_string();
}
mgl::vec2f Label::get_size() {
if(!visible)
return {0.0f, 0.0f};