diff options
author | WereTech <17415815+WereTech@users.noreply.github.com> | 2023-11-28 11:04:45 -0600 |
---|---|---|
committer | WereTech <17415815+WereTech@users.noreply.github.com> | 2023-11-28 11:04:45 -0600 |
commit | 6294e9ed1c07b41ee7051c760b0f54b60cfc83ca (patch) | |
tree | faaa2c861f3f166a4259c8b68abdca6a157d332a /source/frontend/StarGraphicsMenu.hpp | |
parent | 24c2820ce1ad4347717253cb5c239d70604d0974 (diff) |
add camera panning speed setting
- adds a setting that changes the speed of the camera when panning with the CameraShift keybind.
- fixes what I assume is a typo in the zoom slider that referenced the resolution list size instead of the zoom list size
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 8801bfe..c081778 100644 --- a/source/frontend/StarGraphicsMenu.hpp +++ b/source/frontend/StarGraphicsMenu.hpp @@ -27,6 +27,7 @@ private: List<Vec2U> m_resList; List<float> m_zoomList; + List<float> m_cameraSpeedList; JsonObject m_localChanges; }; |