bugs weight of enemy

This commit is contained in:
artem 2024-02-25 12:39:10 +03:00
parent 1f03c20237
commit 5d72e03440
1 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(100.0)
.with_mass(20.0)
// Turn off gravity for tile
.with_gravity_scale(1.)
.with_lin_damping(0.0)