Skip to content

Commit

Permalink
Station grid physics dampening (#548)
Browse files Browse the repository at this point in the history
* Edge and Asterisk physics dampen

for realsies this time

* Update pebble.yml

did the same for pebble as well
  • Loading branch information
Colin-Tel authored Dec 12, 2023
1 parent 100d9db commit 14ef76d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Resources/Maps/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ entities:
type: MapGrid
- type: Broadphase
- bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
type: Physics
Expand All @@ -254,6 +254,8 @@ entities:
- type: OccluderTree
- type: SpreaderGrid
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
Expand Down
6 changes: 4 additions & 2 deletions Resources/Maps/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ entities:
type: MapGrid
- type: Broadphase
- bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
type: Physics
Expand All @@ -356,6 +356,8 @@ entities:
- type: OccluderTree
- type: SpreaderGrid
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
Expand Down
6 changes: 4 additions & 2 deletions Resources/Maps/pebble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ entities:
type: MapGrid
- type: Broadphase
- bodyStatus: InAir
angularDamping: 0.05
linearDamping: 0.05
angularDamping: 10000
linearDamping: 10000
fixedRotation: False
bodyType: Dynamic
type: Physics
Expand Down Expand Up @@ -4747,6 +4747,8 @@ entities:
type: BecomesStation
- type: OccluderTree
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
- type: GridPathfinding
- type: RadiationGridResistance
- type: GasTileOverlay
Expand Down

0 comments on commit 14ef76d

Please sign in to comment.