mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 13:55:10 +00:00
bumperComponent + fix map
This commit is contained in:
@@ -16,6 +16,6 @@ namespace BBM
|
||||
auto &position = entity.get<PositionComponent>();
|
||||
|
||||
if (position.getY() > 0)
|
||||
movable.addForce(Vector3f(0, -0.5, 0));
|
||||
movable.addForce(Vector3f(0, -0.1, 0));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user