bumperComponent + fix map

This commit is contained in:
Askou
2021-06-10 11:24:47 +02:00
parent 69563ad075
commit 4a1e7b085f
9 changed files with 153 additions and 6 deletions

View File

@@ -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));
}
}