Compare commits
2 Commits
1f03c20237
...
074e5f8b59
| Author | SHA1 | Date |
|---|---|---|
|
|
074e5f8b59 | |
|
|
5d72e03440 |
Binary file not shown.
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue