Fixture updates (#15254)
This commit is contained in:
@@ -90,9 +90,10 @@ namespace Content.IntegrationTests.Tests.Disposal
|
||||
bodyType: KinematicController
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
- type: DoAfter
|
||||
|
||||
- type: entity
|
||||
@@ -107,9 +108,10 @@ namespace Content.IntegrationTests.Tests.Disposal
|
||||
bodyType: Dynamic
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
- type: DoAfter
|
||||
|
||||
- type: entity
|
||||
@@ -126,9 +128,10 @@ namespace Content.IntegrationTests.Tests.Disposal
|
||||
bodyType: Static
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
|
||||
- type: entity
|
||||
name: DisposalTrunkDummy
|
||||
|
||||
@@ -25,11 +25,12 @@ namespace Content.IntegrationTests.Tests.Doors
|
||||
bodyType: Dynamic
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
layer:
|
||||
- Impassable
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeCircle
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
layer:
|
||||
- Impassable
|
||||
|
||||
- type: entity
|
||||
name: AirlockDummy
|
||||
@@ -43,11 +44,12 @@ namespace Content.IntegrationTests.Tests.Doors
|
||||
bodyType: Static
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
mask:
|
||||
- Impassable
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
mask:
|
||||
- Impassable
|
||||
";
|
||||
[Test]
|
||||
public async Task OpenCloseDestroyTest()
|
||||
|
||||
@@ -26,13 +26,14 @@ namespace Content.IntegrationTests.Tests.Interaction.Click
|
||||
bodyType: Dynamic
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.25,-0.25,0.25,0.25""
|
||||
layer:
|
||||
- MobMask
|
||||
mask:
|
||||
- MobMask
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.25,-0.25,0.25,0.25""
|
||||
layer:
|
||||
- MobMask
|
||||
mask:
|
||||
- MobMask
|
||||
";
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -25,11 +25,12 @@ namespace Content.IntegrationTests.Tests.Utility
|
||||
- type: Physics
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
mask:
|
||||
- Impassable
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: ""-0.49,-0.49,0.49,0.49""
|
||||
mask:
|
||||
- Impassable
|
||||
";
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user