Fixture updates (#15254)

This commit is contained in:
metalgearsloth
2023-05-06 16:26:15 +10:00
committed by GitHub
parent 8ec884e5c0
commit dcb10d4061
240 changed files with 101128 additions and 114853 deletions

View File

@@ -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

View File

@@ -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()

View File

@@ -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]

View File

@@ -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]