Simple configuration parsing for size scaling

This commit is contained in:
averne
2020-11-15 15:49:21 +01:00
parent bbfb0556a6
commit ec294228ae
2 changed files with 55 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ namespace hex {
return static_cast<T*>(this->m_views.back());
}
public:
float m_globalScale = 1.0f, m_fontScale = 1.0f;
private:
void frameBegin();
void frameEnd();