Skip to content

Commit

Permalink
Merge branch 'master' into propros
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen authored Sep 28, 2024
2 parents 553a60a + daa0737 commit 20d502d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
7 changes: 2 additions & 5 deletions Resources/Maps/arena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 10000
linearDamping: 10000
angularDamping: 0.05
linearDamping: 0.05
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
Expand Down Expand Up @@ -11356,9 +11356,6 @@ entities:
- 0
chunkSize: 4
- type: OccluderTree
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- type: RadiationGridResistance
- type: BecomesStation
Expand Down
7 changes: 2 additions & 5 deletions Resources/Maps/hammurabi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -712,16 +712,13 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 10000
linearDamping: 10000
angularDamping: 0.05
linearDamping: 0.05
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
fixtures: {}
- type: OccluderTree
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
Expand Down
7 changes: 2 additions & 5 deletions Resources/Maps/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,16 +516,13 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 10000
linearDamping: 10000
angularDamping: 0.05
linearDamping: 0.05
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
fixtures: {}
- type: OccluderTree
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
Expand Down
7 changes: 2 additions & 5 deletions Resources/Maps/tortuga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ entities:
- type: Broadphase
- type: Physics
bodyStatus: InAir
angularDamping: 10000
linearDamping: 10000
angularDamping: 0.05
linearDamping: 0.05
fixedRotation: False
bodyType: Dynamic
- type: Fixtures
Expand Down Expand Up @@ -12847,9 +12847,6 @@ entities:
- type: BecomesStation
id: Tortuga
- type: OccluderTree
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- type: RadiationGridResistance
- type: GasTileOverlay
Expand Down

0 comments on commit 20d502d

Please sign in to comment.