mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Add camera view config options
Adds a variety of settings for the camera: scroll speed, zoom speed, smoothness, etc. Fixes #4638
This commit is contained in:
committed by
wowgetoffyourcellphone
parent
8acec374be
commit
2add365a4f
@@ -349,6 +349,11 @@ void CGameView::MoveCameraTarget(const CVector3D& target)
|
||||
m->CameraController->MoveCameraTarget(target);
|
||||
}
|
||||
|
||||
void CGameView::LoadCameraConfig()
|
||||
{
|
||||
m->CameraController->LoadConfig();
|
||||
}
|
||||
|
||||
void CGameView::ResetCameraTarget(const CVector3D& target)
|
||||
{
|
||||
m->CameraController->ResetCameraTarget(target);
|
||||
|
||||
Reference in New Issue
Block a user