Compare commits

..

No commits in common. "074e5f8b59a60bf4439fedfec727f855d5367204" and "1f03c2023762e6d604fe9dea31d9aad4bbbfc9eb" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ impl EnemySpawn {
.with_local_transform(rb_transform)
.with_script(Script::new(enemy)),
)
.with_mass(20.0)
.with_mass(100.0)
// Turn off gravity for tile
.with_gravity_scale(1.)
.with_lin_damping(0.0)