Make player ship wrap by marking it with Wrapping
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 3m2s

This commit is contained in:
2025-07-28 09:15:23 -05:00
parent a6622f24b5
commit 68a8de1809

View File

@@ -123,6 +123,7 @@ fn spawn_player(
commands commands
.spawn(( .spawn((
Ship, Ship,
Wrapping,
Position(Vec2::default()), Position(Vec2::default()),
Velocity(Vec2::ZERO), Velocity(Vec2::ZERO),
Rotation(0.0), Rotation(0.0),