Misc. updates.

This commit is contained in:
Steve 2016-04-29 08:42:17 +01:00
parent e62676711d
commit 40fcc6565f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -253,8 +253,8 @@ static void handleKeyboard(void)
}
else
{
player->dx *= 0.99;
player->dy *= 0.99;
player->dx *= 0.95;
player->dy *= 0.95;
}
}