mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add zoom, tweakable with zoom_fov, default key: Z (like optifine)
This commit is contained in:
parent
c013c73f33
commit
2c31b79235
7 changed files with 20 additions and 2 deletions
|
@ -231,6 +231,7 @@ private:
|
|||
f32 m_cache_fall_bobbing_amount;
|
||||
f32 m_cache_view_bobbing_amount;
|
||||
f32 m_cache_fov;
|
||||
f32 m_cache_zoom_fov;
|
||||
bool m_cache_view_bobbing;
|
||||
|
||||
std::list<Nametag *> m_nametags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue