Repository: update 01 and 02 images
This commit is contained in:
parent
c783349997
commit
771e6f749b
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -169,7 +169,7 @@ int main(int argc, char *argv[]) {
|
||||||
switch_animation(player, idle_animation);
|
switch_animation(player, idle_animation);
|
||||||
if (game.jump) {
|
if (game.jump) {
|
||||||
switch_animation(player, jump_animation);
|
switch_animation(player, jump_animation);
|
||||||
player->force -= movement_speed * 3;
|
player->force -= movement_speed * 2.5;
|
||||||
player->y += player->force;
|
player->y += player->force;
|
||||||
player->colliding = 0;
|
player->colliding = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user