modif ennemie et tentative de mouvement

This commit is contained in:
Estrela Allan p1923381
2020-04-29 16:33:11 +02:00
parent 3bd5ef290c
commit 2470cdb9ef
6 changed files with 43 additions and 15 deletions

View File

@ -113,6 +113,7 @@ void GestionPlayer::bas()
void GestionPlayer::saut()
{
p.velocity.y = power_jump;
}