Decrease scroll zone.

This commit is contained in:
Steve 2015-12-03 22:50:53 +00:00
parent 7b366537be
commit b3628c17b5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ static void scrollGalaxy(void)
ssx = ssy = 0;
dist = getDistance(SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2, app.mouse.x, app.mouse.y);
if (dist > 196)
if (dist > 256)
{
dx = (SCREEN_WIDTH / 2) - app.mouse.x;
dy = (SCREEN_HEIGHT / 2) - app.mouse.y;