Skip to content

Commit

Permalink
maps angular
Browse files Browse the repository at this point in the history
  • Loading branch information
13lackHawk committed Jun 10, 2024
1 parent 90dd768 commit 4224872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
Expand Down
4 changes: 2 additions & 2 deletions Resources/Maps/marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
Expand Down
4 changes: 2 additions & 2 deletions Resources/Maps/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
Expand Down

0 comments on commit 4224872

Please sign in to comment.