Move planet slightly faster than background.

This commit is contained in:
Steve 2018-12-31 16:46:13 +00:00
parent 8dfaefd992
commit 5f15797043
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ static void doBattle(void)
scrollBackground(-ssx * 0.1, -ssy * 0.1);
battle.planet.x -= ssx * 0.1;
battle.planet.y -= ssy * 0.1;
battle.planet.x -= ssx * 0.15;
battle.planet.y -= ssy * 0.15;
doObjectives();