global.physics_config 343 B

1234567891011121314
  1. materials = {
  2. default = { friction = 0.8 rolling_friction = 0.5 restitution = 0.81 }
  3. }
  4. collision_filters = {
  5. no_collision = { collides_with = [] }
  6. default = { collides_with = [ "default" ] }
  7. }
  8. actors = {
  9. static = { dynamic = false }
  10. dynamic = { dynamic = true }
  11. keyframed = { dynamic = true kinematic = true disable_gravity = true }
  12. }