Move planet a little faster.

This commit is contained in:
Steve 2016-03-09 23:25:27 +00:00
parent 1a4b5c679c
commit 0bcc69ee69
1 changed files with 2 additions and 2 deletions

View File

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