Misc. updates.
This commit is contained in:
parent
e62676711d
commit
40fcc6565f
Binary file not shown.
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 175 KiB |
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue