diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-25 12:52:07 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-25 12:52:07 +1000 |
commit | f3adb0b9d01783822a48d50111a9b99673b6b718 (patch) | |
tree | fc3bafee4d86d6c7ab3447e6c05a0d974253aa60 /source/frontend/StarGraphicsMenu.hpp | |
parent | e31a37421214db40a631c2721381f240f03c770e (diff) |
Add an interface scale slider
Diffstat (limited to 'source/frontend/StarGraphicsMenu.hpp')
-rw-r--r-- | source/frontend/StarGraphicsMenu.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarGraphicsMenu.hpp b/source/frontend/StarGraphicsMenu.hpp index 20db95c..6d03652 100644 --- a/source/frontend/StarGraphicsMenu.hpp +++ b/source/frontend/StarGraphicsMenu.hpp @@ -25,6 +25,7 @@ private: void applyWindowSettings(); List<Vec2U> m_resList; + List<int> m_interfaceScaleList; List<float> m_zoomList; List<float> m_cameraSpeedList; |