Files
Lukas Klingsbo 03f4e56ffe chore: Bump Forge2D to 0.12.2 (#2836)
Bumps forge2d to 0.12.2

Migration instructions:
The gravity and bullet are now field setters and getters, so if you
before had `setGravity(Vector2(0, -10))` then you now do `gravity =
Vector2(0, -10);` and if you previously had `body.setBullet(true);` you
now do `body.isBullet = true;`.
2023-11-03 22:58:49 +01:00
..