Fixed scaling of airships

This commit is contained in:
Joshua Barretto
2022-10-30 00:12:28 +01:00
parent 7e9474ab70
commit 0b4d3c9e20
5 changed files with 30 additions and 16 deletions

View File

@ -351,7 +351,6 @@ impl StateExt for State {
.with(body.density())
.with(make_collider(ship))
.with(body)
.with(comp::Scale(comp::ship::AIRSHIP_SCALE))
.with(comp::Controller::default())
.with(Inventory::with_empty())
.with(comp::CharacterState::default())