Trabajando con los tiles que matan

This commit is contained in:
2022-09-15 17:15:26 +02:00
parent 8ad496b510
commit 2967ccdae7
5 changed files with 19 additions and 43 deletions

View File

@@ -341,7 +341,6 @@ void Player::move()
if (ly > -1)
{
y = ly - h;
// setState(s_standing);
}
}
@@ -385,7 +384,6 @@ void Player::move()
if (ry > -1)
{
y = ry - h;
// setState(s_standing);
}
}