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

This commit is contained in:
Max Weber
2018-02-23 04:28:38 -07:00
parent 481829bfac
commit 346aa845c2
5 changed files with 143 additions and 0 deletions

View File

@@ -472,4 +472,7 @@ public interface RSClient extends RSGameEngine, Client
@Import("preferences")
@Override
RSPreferences getPreferences();
@Import("cameraPitch")
void setCameraPitch(int pitch);
}