Fixed map, tweaked gravity/jump, added puppy
This commit is contained in:
@ -79,7 +79,7 @@ public:
|
||||
}
|
||||
Game::gravityOnPlayer = true;
|
||||
sprite->Play("Jump");
|
||||
transform->velocity.y = -1;
|
||||
transform->velocity.y = -2;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user