Compare commits

..

2 Commits

Author SHA1 Message Date
artem 074e5f8b59 web biuld
Gitea Actions Demo / build_and_push (push) Successful in 11s Details
2024-02-25 12:45:38 +03:00
artem 5d72e03440 bugs weight of enemy 2024-02-25 12:39:10 +03:00
2 changed files with 1 additions and 1 deletions

View File

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