zoom plugin: Add option to relax the camera's upper pitch limit.

This commit is contained in:
Max Weber
2018-02-23 04:32:32 -07:00
parent 481829bfac
commit 346aa845c2
5 changed files with 143 additions and 0 deletions
@@ -286,4 +286,6 @@ public interface Client extends GameEngine
boolean isClanMember(String name);
Preferences getPreferences();
void setCameraPitchRelaxerEnabled(boolean enabled);
}