Content change from mass to density (#11533)

This commit is contained in:
metalgearsloth
2022-10-04 15:48:23 +11:00
committed by GitHub
parent 6ca51d0dbf
commit 4ef144d865
148 changed files with 180790 additions and 181305 deletions

View File

@@ -17,6 +17,7 @@ namespace Content.Server.Shuttles.Systems
{
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly FixtureSystem _fixtures = default!;
[Dependency] private readonly SharedPhysicsSystem _physics = default!;
[Dependency] private readonly UserInterfaceSystem _uiSystem = default!;
private ISawmill _sawmill = default!;
@@ -85,7 +86,7 @@ namespace Content.Server.Shuttles.Systems
foreach (var fixture in args.NewFixtures)
{
_fixtures.SetMass(fixture, fixture.Area * TileMassMultiplier, manager, false);
_physics.SetDensity(fixture, TileMassMultiplier, manager, false);
_fixtures.SetRestitution(fixture, 0.1f, manager, false);
}
@@ -158,16 +159,6 @@ namespace Content.Server.Shuttles.Systems
}
Disable(physicsComponent);
if (!EntityManager.TryGetComponent(component.Owner, out FixturesComponent? fixturesComponent))
{
return;
}
foreach (var fixture in fixturesComponent.Fixtures.Values)
{
fixture.Mass = 0f;
}
}
}
}

View File

@@ -73,7 +73,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 20
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -86,7 +85,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -99,7 +97,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 20
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -112,7 +109,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -125,7 +121,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 20
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -138,7 +133,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -151,7 +145,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -164,7 +157,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 20
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -177,7 +169,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -190,7 +181,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -203,7 +193,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -216,7 +205,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -229,7 +217,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 96
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -242,7 +229,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -255,7 +241,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -268,7 +253,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -281,7 +265,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -294,7 +277,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -307,7 +289,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -320,7 +301,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -333,7 +313,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 56
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -346,7 +325,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -359,7 +337,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 20
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -372,7 +349,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -385,7 +361,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -398,7 +373,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -411,7 +385,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -689,7 +689,6 @@ entities:
- Impassable
- ThrownItem
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -115,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 55.281586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -128,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 63.201584
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -141,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 71.12159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -154,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 95.1216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -167,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -180,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 19.521591
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -193,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 166.96158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -206,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 63.2016
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -219,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 111.12158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -232,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -245,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 119.12158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -258,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -271,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 11.681595
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -79,7 +79,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -92,7 +91,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 39.44159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -105,7 +103,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 143.0416
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -118,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -131,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 158.96158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -144,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 19.521591
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -157,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -170,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 11.681595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -183,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 158.96158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -196,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 119.12158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -209,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -222,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -235,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -248,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -261,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -274,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -287,7 +271,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -300,7 +283,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -313,7 +295,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -326,7 +307,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -339,7 +319,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -352,7 +331,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -365,7 +343,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -378,7 +355,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -391,7 +367,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -404,7 +379,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -417,7 +391,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -430,7 +403,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -443,7 +415,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -456,7 +427,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -469,7 +439,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -482,7 +451,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -495,7 +463,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -508,7 +475,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -521,7 +487,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -534,7 +499,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -547,7 +511,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601601
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -79,7 +79,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7615967
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -92,7 +91,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 222.80159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -105,7 +103,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -118,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -131,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415964
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -144,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.361588
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -157,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 83.201584
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -170,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.361595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -183,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 222.8016
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -196,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 111.1216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -209,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 23.44159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -222,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 27.361588
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -235,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 23.44159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -248,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -261,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -274,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -287,7 +271,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -300,7 +283,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -313,7 +295,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -326,7 +307,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -339,7 +319,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -352,7 +331,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -365,7 +343,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -378,7 +355,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -391,7 +367,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -404,7 +379,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -417,7 +391,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -430,7 +403,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -443,7 +415,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -456,7 +427,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -469,7 +439,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -482,7 +451,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -495,7 +463,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -508,7 +475,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -521,7 +487,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -534,7 +499,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -547,7 +511,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -560,7 +523,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -573,7 +535,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -73,7 +73,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -86,7 +85,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -99,7 +97,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -112,7 +109,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -125,7 +121,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -138,7 +133,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -151,7 +145,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -164,7 +157,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -177,7 +169,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -190,7 +181,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -203,7 +193,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -216,7 +205,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -229,7 +217,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -242,7 +229,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -255,7 +241,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -268,7 +253,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -281,7 +265,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -294,7 +277,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -307,7 +289,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -320,7 +301,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -333,7 +313,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -346,7 +325,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -359,7 +337,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -372,7 +349,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -385,7 +361,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -398,7 +373,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -79,7 +79,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -92,7 +91,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.281586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -105,7 +103,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 27.361588
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -118,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -131,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -144,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.681597
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -157,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -170,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 23.44159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -183,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 55.2816
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -196,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.361595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -209,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.361595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -222,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.281586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -235,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.2816
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -248,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.761595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -261,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.761595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -274,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 19.521599
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -287,7 +271,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 27.361588
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -300,7 +283,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.2816
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -313,7 +295,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -326,7 +307,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 83.2016
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -339,7 +319,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.5216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -352,7 +331,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -365,7 +343,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.361588
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -378,7 +355,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.761595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -391,7 +367,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -404,7 +379,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -417,7 +391,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -430,7 +403,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -443,7 +415,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -456,7 +427,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -469,7 +439,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -482,7 +451,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -495,7 +463,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -508,7 +475,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -521,7 +487,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -534,7 +499,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -547,7 +511,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -560,7 +523,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -573,7 +535,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -586,7 +547,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -599,7 +559,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -612,7 +571,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -625,7 +583,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -638,7 +595,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -651,7 +607,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -664,7 +619,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -677,7 +631,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 28
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -690,7 +643,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -703,7 +655,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -716,7 +667,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -729,7 +679,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 11.681595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -742,7 +691,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8415983
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -755,7 +703,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 55.2816
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -73,7 +73,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -86,7 +85,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -99,7 +97,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -112,7 +109,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -125,7 +121,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -138,7 +133,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -151,7 +145,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -164,7 +157,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -177,7 +169,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -190,7 +181,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -73,7 +73,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -86,7 +85,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -99,7 +97,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -112,7 +109,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 36
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -125,7 +121,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 32
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -138,7 +133,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -151,7 +145,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 24
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -164,7 +157,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -177,7 +169,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -190,7 +181,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -203,7 +193,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -216,7 +205,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -229,7 +217,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -242,7 +229,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -255,7 +241,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -268,7 +253,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -281,7 +265,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -294,7 +277,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -307,7 +289,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -148,7 +148,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -161,7 +160,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -174,7 +172,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.5216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -187,7 +184,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 11.681601
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -200,7 +196,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -213,7 +208,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.5216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -226,7 +220,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -239,7 +232,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -252,7 +244,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -79,7 +79,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 23.6016
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -92,7 +91,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.5216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -105,7 +103,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.4416
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -118,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.4416
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -131,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 35.5216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -144,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -157,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -170,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -183,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -196,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -209,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -222,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -235,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -248,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -261,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -274,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -287,7 +271,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -300,7 +283,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -313,7 +295,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -326,7 +307,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -339,7 +319,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -79,7 +79,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -92,7 +91,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -105,7 +103,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -118,7 +115,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -131,7 +127,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -144,7 +139,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -157,7 +151,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -170,7 +163,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -183,7 +175,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -196,7 +187,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -209,7 +199,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -222,7 +211,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -235,7 +223,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -248,7 +235,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -261,7 +247,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -274,7 +259,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -287,7 +271,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -300,7 +283,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -313,7 +295,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -326,7 +307,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -73,7 +73,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -86,7 +85,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -99,7 +97,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -112,7 +109,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -125,7 +121,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -138,7 +133,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -151,7 +145,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -164,7 +157,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -177,7 +169,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -190,7 +181,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -203,7 +193,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 4
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -216,7 +205,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -229,7 +217,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -242,7 +229,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 12
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -255,7 +241,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 16
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -268,7 +253,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 8
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -1302,7 +1302,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 318.3216
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1315,7 +1314,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 23.601591
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1328,7 +1326,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 222.80157
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1341,7 +1338,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 190.88159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1354,7 +1350,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 574.0015
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1367,7 +1362,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 538.08154
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1380,7 +1374,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 94.88158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1393,7 +1386,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 31.52159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1406,7 +1398,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.681593
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1419,7 +1410,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 107.041595
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1432,7 +1422,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 63.36159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1445,7 +1434,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 99.20159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1458,7 +1446,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 47.441586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1471,7 +1458,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 254.40157
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1484,7 +1470,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 238.48157
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1497,7 +1482,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 139.04158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1510,7 +1494,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 95.12158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1523,7 +1506,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 55.281586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1536,7 +1518,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 71.281586
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1549,7 +1530,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 178.88159
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1562,7 +1542,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.601599
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1575,7 +1554,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 446.16156
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1588,7 +1566,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7615967
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1601,7 +1578,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 35.20158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1614,7 +1590,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 298.40155
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1627,7 +1602,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 362.40155
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1640,7 +1614,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 86.96158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1653,7 +1626,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 39.12158
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1666,7 +1638,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 50.881573
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1679,7 +1650,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 83.20169
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -1692,7 +1662,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 154.72157
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -702,7 +702,6 @@ entities:
- LowImpassable
layer:
- Opaque
mass: 70
type: Fixtures
- standing: False
type: StandingState
@@ -954,7 +953,6 @@ entities:
- LowImpassable
layer:
- Opaque
mass: 70
type: Fixtures
- standing: False
type: StandingState
@@ -1206,7 +1204,6 @@ entities:
- LowImpassable
layer:
- Opaque
mass: 70
type: Fixtures
- standing: False
type: StandingState

View File

@@ -1089,7 +1089,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1194,7 +1193,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1245,7 +1243,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1278,7 +1275,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -877,7 +877,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -916,7 +915,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -979,7 +977,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1018,7 +1015,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1571,7 +1567,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1604,7 +1599,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1905,7 +1899,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1974,7 +1967,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -78,7 +78,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -91,7 +90,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 3.8416002
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -104,7 +102,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 7.7616
restitution: 0.1
- shape: !type:PolygonShape
vertices:
@@ -117,7 +114,6 @@ entities:
- MapGrid
layer:
- MapGrid
mass: 15.681601
restitution: 0.1
type: Fixtures
- gravityShakeSound: !type:SoundPathSpecifier

View File

@@ -69202,7 +69202,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -114557,7 +114556,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -114590,7 +114588,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -171199,7 +171196,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -171232,7 +171228,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -171265,7 +171260,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -171298,7 +171292,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -4183,7 +4183,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -7579,7 +7578,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -22901,7 +22899,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -22934,7 +22931,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -108112,7 +108108,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -108145,7 +108140,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117837,7 +117831,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117869,7 +117862,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117902,7 +117894,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117935,7 +117926,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117968,7 +117958,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -118001,7 +117990,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -118033,7 +118021,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -118065,7 +118052,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -118098,7 +118084,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -167825,7 +167810,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -168023,7 +168007,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -181492,7 +181475,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -181531,7 +181513,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -189143,7 +189124,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -195883,7 +195863,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -21704,7 +21704,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -21736,7 +21735,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -21823,7 +21821,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -21856,7 +21853,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -21889,7 +21885,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -21922,7 +21917,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -22123,7 +22117,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -8283,7 +8283,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -8316,7 +8315,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -8349,7 +8347,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -8382,7 +8379,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -8415,7 +8411,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -8448,7 +8443,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -3642,7 +3642,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -6277,7 +6276,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -1015,7 +1015,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1212,7 +1211,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -1291,7 +1289,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -40461,7 +40461,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -40787,7 +40786,6 @@ entities:
- HighImpassable
- BulletImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41403,7 +41401,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41522,7 +41519,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -47062,7 +47058,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -49487,7 +49482,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -57986,7 +57980,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -62571,7 +62564,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -68719,7 +68711,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -116709,7 +116700,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -117666,7 +117656,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -119779,7 +119768,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -139129,7 +139117,6 @@ entities:
mask:
- Impassable
- HighImpassable
mass: 5
restitution: 0.3
friction: 0.2
- shape: !type:PolygonShape
@@ -144374,7 +144361,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -144408,7 +144394,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -144442,7 +144427,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -144476,7 +144460,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -30343,7 +30343,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -30388,7 +30387,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -30421,7 +30419,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -30466,7 +30463,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -104113,7 +104109,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -105428,7 +105423,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -52880,7 +52880,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -52919,7 +52918,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63506,7 +63504,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63539,7 +63536,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63571,7 +63567,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63603,7 +63598,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63636,7 +63630,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63669,7 +63662,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63701,7 +63693,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -63733,7 +63724,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -64306,7 +64296,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -66229,7 +66218,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -66279,7 +66267,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -66311,7 +66298,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -162567,7 +162553,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -162599,7 +162584,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -162631,7 +162615,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -162663,7 +162646,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -7654,7 +7654,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -7779,7 +7778,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -7835,7 +7833,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10167,7 +10164,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10309,7 +10305,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10453,7 +10448,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10517,7 +10511,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10556,7 +10549,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10588,7 +10580,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10903,7 +10894,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -10970,7 +10960,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -11124,7 +11113,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -13171,7 +13159,6 @@ entities:
mask:
- Impassable
- HighImpassable
mass: 5
restitution: 0.3
friction: 0.2
type: Fixtures

View File

@@ -34923,7 +34923,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -34956,7 +34955,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41112,7 +41110,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41145,7 +41142,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41178,7 +41174,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -41211,7 +41206,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -46132,7 +46126,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -46165,7 +46158,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -70201,7 +70193,6 @@ entities:
layer:
- BulletImpassable
- Opaque
mass: 70
type: Fixtures
- open: True
removedMasks: 20

View File

@@ -11915,7 +11915,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -12039,7 +12038,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -12416,7 +12414,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -24552,7 +24549,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -24597,7 +24593,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -25100,7 +25095,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -25301,7 +25295,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -93417,7 +93410,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

File diff suppressed because it is too large Load Diff

View File

@@ -1618,7 +1618,6 @@ entities:
mask:
- Impassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -2056,7 +2055,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -3482,7 +3480,6 @@ entities:
mask:
- Impassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -21209,7 +21209,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -74271,7 +74270,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -74358,7 +74356,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -74403,7 +74400,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -74436,7 +74432,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -69734,7 +69734,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -69831,7 +69830,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -105107,7 +105105,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -105134,7 +105131,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -105161,7 +105157,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -109803,7 +109798,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -109835,7 +109829,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -110343,7 +110336,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -111045,7 +111037,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -115625,7 +115616,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -167697,7 +167687,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -167723,7 +167712,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -173319,7 +173307,6 @@ entities:
- HighImpassable
- BulletImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -174258,7 +174245,6 @@ entities:
- HighImpassable
- BulletImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -178146,7 +178132,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -178173,7 +178158,6 @@ entities:
- Impassable
- HighImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -187080,7 +187064,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -187112,7 +187095,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -187656,7 +187638,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -191325,7 +191306,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2
@@ -191357,7 +191337,6 @@ entities:
- BulletImpassable
- InteractImpassable
- Opaque
mass: 100
- shape: !type:PhysShapeCircle
position: 0,-0.5
radius: 0.2

View File

@@ -24,7 +24,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 2
density: 10
mask:
- FlyingMobMask
layer:
@@ -89,7 +89,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.1
mass: 1
density: 30
mask:
- FlyingMobMask
layer:
@@ -167,7 +167,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 3
density: 8
mask:
- MobMask
layer:
@@ -218,7 +218,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 2 #They actually are pretty light, I looked it up
density: 5 #They actually are pretty light, I looked it up
mask:
- MobMask
layer:
@@ -318,7 +318,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 1
density: 7.5
mask:
- FlyingMobMask
layer:
@@ -365,7 +365,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.40
mass: 700
density: 1400
mask:
- MobMask
layer:
@@ -427,7 +427,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 2
density: 5
mask:
- MobMask
layer:
@@ -469,7 +469,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 60
density: 150
mask:
- MobMask
layer:
@@ -528,7 +528,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 10
density: 25
mask:
- MobMask
layer:
@@ -573,7 +573,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.48
mass: 150
density: 200
mask:
- MobMask
layer:
@@ -615,7 +615,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 50
density: 130
mask:
- MobMask
layer:
@@ -691,7 +691,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 30
density: 80
mask:
- MobMask
layer:
@@ -767,7 +767,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 10
density: 100
mask:
- SmallMobMask
layer:
@@ -921,7 +921,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 5
density: 50
mask:
- MobMask
layer:
@@ -972,7 +972,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 1
density: 5
mask:
- MobMask
layer:
@@ -1018,7 +1018,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 1
density: 5
mask:
- SmallMobMask
layer:
@@ -1067,7 +1067,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 2
density: 10
mask:
- FlyingMobMask
layer:
@@ -1113,7 +1113,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 20
density: 100
mask:
- MobMask
layer:
@@ -1166,7 +1166,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 5
density: 25
mask:
- MobMask
layer:
@@ -1225,7 +1225,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 2
density: 10
mask:
- SmallMobMask
layer:
@@ -1272,7 +1272,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 50
density: 130
mask:
- MobMask
layer:
@@ -1339,7 +1339,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:
@@ -1398,7 +1398,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:
@@ -1457,7 +1457,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20 #They actually are pretty light, I looked it up
density: 50 #They actually are pretty light, I looked it up
mask:
- MobMask
layer:

View File

@@ -20,7 +20,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.5
mass: 320
density: 400
mask:
- MobMask
layer:

View File

@@ -30,7 +30,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.40
mass: 40
density: 80
mask:
- MobMask
layer:
@@ -118,7 +118,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.40
mass: 5
density: 10
mask:
- MobMask
layer:

View File

@@ -27,7 +27,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.35,0.35,0.35"
mass: 500
density: 1000
mask:
- MobMask
layer:

View File

@@ -19,7 +19,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 12
density: 30
mask:
- MobMask
layer:
@@ -247,7 +247,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 5
density: 15
mask:
- MobMask
layer:
@@ -391,7 +391,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 15
density: 40
mask:
- MobMask
layer:
@@ -421,7 +421,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 6
density: 15
mask:
- MobMask
layer:
@@ -467,7 +467,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 2
density: 5
mask:
- MobMask
layer:
@@ -524,7 +524,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 5
density: 12
mask:
- MobMask
layer:
@@ -570,7 +570,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 8
density: 20
mask:
- MobMask
layer:
@@ -653,7 +653,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:

View File

@@ -30,7 +30,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.3
mass: 65
density: 230
mask:
- SmallMobMask
layer:
@@ -146,7 +146,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 150
density: 400
mask:
- MobMask
layer:
@@ -190,7 +190,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 4 #Bulky by mouse standards...
density: 30 #Bulky by mouse standards...
mask:
- SmallMobMask
layer:

View File

@@ -31,7 +31,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.40
mass: 40
density: 80
mask:
- GhostImpassable
- type: HeatResistance

View File

@@ -25,7 +25,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:
@@ -113,7 +113,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 8
density: 20
mask:
- MobMask
layer:

View File

@@ -52,7 +52,7 @@
# Circles, cuz rotation of rectangles looks very bad
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:

View File

@@ -25,7 +25,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.20
mass: 2.5
density: 20
mask:
- SmallMobMask
layer:

View File

@@ -46,7 +46,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.25
mass: 200
density: 1000
mask:
- MobMask
layer:
@@ -137,7 +137,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 250
density: 400
mask:
- MobMask
layer:
@@ -170,7 +170,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 200
density: 450
mask:
- MobMask
layer:
@@ -208,7 +208,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 10000
density: 15500
mask:
- MobMask
layer:
@@ -246,7 +246,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 600
density: 1350
mask:
- MobMask
layer:
@@ -284,7 +284,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 150
density: 235
mask:
- MobMask
layer:
@@ -324,7 +324,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 150
density: 235
mask:
- MobMask
layer:
@@ -388,7 +388,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 10
density: 25
mask:
- MobMask
layer:

View File

@@ -60,7 +60,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.40
mass: 50
density: 100
mask:
- FlyingMobMask
layer:

View File

@@ -60,7 +60,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 10
density: 25
mask:
- FlyingMobMask
layer:

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 5
density: 15
mask:
- GhostImpassable
- type: InputMover

View File

@@ -34,7 +34,7 @@
# Circles, cuz rotation of rectangles looks very bad
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- MobMask
layer:
@@ -132,7 +132,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 20
density: 50
mask:
- SmallMobMask
layer:
@@ -211,7 +211,7 @@
- shape:
!type:PhysShapeCircle
radius: 1
mass: 500
density: 160
mask:
- LargeMobMask
layer:

View File

@@ -147,7 +147,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 70
density: 185
restitution: 0.0
mask:
- MobMask
@@ -359,7 +359,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.35,0.35,0.35"
mass: 70
density: 185
restitution: 0.0
mask:
- MobMask

View File

@@ -198,7 +198,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
density: 30
mask:
- ItemMask
- type: Tag

View File

@@ -14,7 +14,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.4
mass: 500
density: 1000
layer:
- HalfWallLayer
- Opaque
@@ -49,7 +49,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.35,-1.3,0.35,-0.5"
mass: 500
density: 1000
layer:
- WallLayer
- type: Damageable
@@ -87,7 +87,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.1,-1.0,0.1,-0.4"
mass: 500
density: 4000
layer:
- WallLayer
@@ -103,7 +103,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.18,-1.9,0.18,-1.2"
mass: 500
density: 2000
layer:
- WallLayer
@@ -119,7 +119,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.1,-1.5,0.1,-0.8"
mass: 500
density: 3500
layer:
- WallLayer
@@ -343,7 +343,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.8,-1.5,0.8,-0.8"
mass: 500
density: 4500
layer:
- WallLayer

View File

@@ -50,7 +50,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
density: 30
mask:
- ItemMask
- type: Rotatable

View File

@@ -18,7 +18,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 50 #It has wheels and bluespace tech to make it lighter.
density: 80 #It has wheels and bluespace tech to make it lighter.
mask:
- MachineMask
layer:
@@ -80,7 +80,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 50
density: 80
mask:
- TabletopMachineMask
layer:

View File

@@ -221,7 +221,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 2.5
density: 5
mask:
- ItemMask

View File

@@ -59,7 +59,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 50
density: 80
mask:
- Impassable
- HighImpassable

View File

@@ -113,7 +113,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.30
mass: 50
density: 180
mask:
- Impassable
- HighImpassable

View File

@@ -106,7 +106,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
density: 30
mask:
- ItemMask
- type: StepTrigger

View File

@@ -35,6 +35,6 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
density: 30
mask:
- ItemMask
- ItemMask

View File

@@ -27,7 +27,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.5
mass: 1
density: 1
hard: false
layer:
- Impassable

View File

@@ -40,7 +40,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
density: 30
mask:
- ItemMask
- type: DamageOtherOnHit

View File

@@ -98,7 +98,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2, -0.5, 0.2, 0.5"
mass: 20
density: 50
mask:
- MachineMask
layer:
@@ -163,7 +163,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.2, -0.5, 0.2, 0.5"
mass: 20
density: 50
mask:
- MachineMask
layer:

View File

@@ -16,7 +16,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
mass: 15
density: 15
layer:
- WallLayer
- type: Damageable
@@ -57,7 +57,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
mass: 15
density: 15
layer:
- WallLayer
- type: Door

View File

@@ -26,7 +26,7 @@
- type: Fixtures
fixtures:
- hard: false
mass: 7
density: 7
shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"

View File

@@ -21,7 +21,7 @@
bodyType: Dynamic
- type: Fixtures
fixtures:
- mass: 5
- density: 30
shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.2,0.25,0.1"

View File

@@ -20,7 +20,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.40,-0.40,0.40,0.40"
mass: 15
density: 90
mask:
- MachineMask
layer:

View File

@@ -64,7 +64,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.40,0.25,0.25"
mass: 20
density: 60
mask:
- MobMask
layer:
@@ -135,7 +135,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.3
mass: 100
density: 350
layer:
- MobLayer
mask:

View File

@@ -33,7 +33,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 5
density: 10
mask:
- ItemMask

View File

@@ -34,7 +34,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.4,0.25,0.1"
mass: 5
density: 20
mask:
- Impassable
- type: EntityStorage

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 150
density: 235
mask:
- MachineMask
layer:

View File

@@ -28,7 +28,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 150
density: 235
mask:
- MachineMask
layer:

View File

@@ -19,7 +19,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.45
mass: 150
density: 235
layer: # doesn't collide with artifact storage
- Opaque
- BulletImpassable

View File

@@ -34,7 +34,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 2.5
density: 5
mask:
- ItemMask
- shape:
@@ -78,7 +78,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
mass: 2.5
density: 15
mask:
- ItemMask
- shape:

View File

@@ -32,7 +32,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.4
mass: 180
density: 360
restitution: 0.0
mask:
- MobMask

View File

@@ -30,7 +30,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.8
mass: 200
density: 100
hard: true
id: projectile
# Didn't use MapGrid for now as the bounds are stuffed.

View File

@@ -106,7 +106,7 @@
- MachineMask
layer:
- MachineLayer
mass: 70
density: 380
- type: Appearance
- type: AnimationPlayer
- type: PointLight

View File

@@ -27,7 +27,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.25,0.25,0.25"
mass: 5
density: 20
mask:
- ItemMask
restitution: 0.3 # fite me

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 25
density: 190
mask:
- MachineMask
layer:

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49"
mass: 100
density: 100
mask:
- FullTileMask
layer:

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
mass: 25
density: 190
mask:
- TabletopMachineMask
layer:

View File

@@ -109,7 +109,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close
mass: 100
density: 100
mask:
- FullTileMask
layer: #removed opaque from the layer, allowing lasers to pass through glass airlocks

View File

@@ -15,7 +15,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 100
density: 110
mask:
- FullTileMask
layer:

View File

@@ -36,7 +36,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close
mass: 100
density: 100
mask:
- FullTileMask
layer:

View File

@@ -30,7 +30,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close
mass: 100
density: 100
mask:
- FullTileMask
layer:

View File

@@ -29,7 +29,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask:
- Impassable
- HighImpassable

View File

@@ -18,7 +18,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49"
mass: 100
density: 100
mask:
- FullTileMask
layer:

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close
mass: 100
density: 100
mask:
- FullTileMask
layer:
@@ -203,7 +203,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask:
- Impassable
- HighImpassable

View File

@@ -16,7 +16,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.2"
mass: 30
density: 40
mask:
- Impassable
- HighImpassable

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.39,0.49,-0.36"
mass: 50
density: 1500
mask:
- TabletopMachineMask
layer:

View File

@@ -14,7 +14,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask: # tables should collide with other tables
- TableMask
layer:

View File

@@ -18,7 +18,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask:
- TableMask
layer:

View File

@@ -15,7 +15,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.40,-0.30,0.40,0.45"
mass: 50
density: 80
mask:
- TableMask
layer:
@@ -62,7 +62,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask:
- TableMask
layer:

View File

@@ -17,7 +17,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
mass: 50
density: 55
mask: #mouse can pass under, but I think this is can understandable by logic
- TableMask
layer:

View File

@@ -18,7 +18,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.05"
mass: 25
density: 190
mask:
- TableMask
- type: Sprite

View File

@@ -15,7 +15,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 10
density: 100
mask:
- TableMask
- type: Sprite

View File

@@ -14,7 +14,7 @@
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.20"
mass: 50
density: 85
mask:
- FullTileMask
layer:

View File

@@ -15,7 +15,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.1
mass: 25
density: 190
mask:
- Impassable
- type: Sprite

View File

@@ -25,7 +25,7 @@
- shape:
!type:PhysShapeCircle
radius: 0.35
mass: 30
density: 80
mask:
- MobMask
- type: Damageable

View File

@@ -9,7 +9,7 @@
- shape:
!type:PhysShapeAabb
bounds: "0.17,0.25,-0.17,-0.30"
mass: 25
density: 190
mask:
- MachineMask
layer:

Some files were not shown because too many files have changed in this diff Show More