Make player ship wrap by marking it with Wrapping
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 3m2s
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 3m2s
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user