This commit is contained in:
Daveo 2001-06-28 20:21:02 +00:00
parent 4e45a631d0
commit d3062a046c
4 changed files with 57 additions and 8 deletions

View file

@ -1161,6 +1161,7 @@ if(PadGetDown(0)&PAD_TRIANGLE)
{
m_cameraPos.vx=m_currentCamFocusPoint.vx;
m_cameraPos.vy=m_currentCamFocusPoint.vy+yoff;
CGameScene::shakeCamera(m_cameraPos);
}
// Limit camera scroll to the edges of the map