test fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
namespace Content.IntegrationTests.Tests.Destructible
|
namespace Content.IntegrationTests.Tests.Destructible
|
||||||
{
|
{
|
||||||
public static class DestructibleTestPrototypes
|
public static class DestructibleTestPrototypes
|
||||||
{
|
{
|
||||||
@@ -30,7 +30,8 @@
|
|||||||
triggersOnce: false
|
triggersOnce: false
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound: /Audio/Effects/woodhit.ogg
|
sound:
|
||||||
|
path: /Audio/Effects/woodhit.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
{SpawnedEntityId}:
|
{SpawnedEntityId}:
|
||||||
@@ -52,7 +53,8 @@
|
|||||||
damage: 50
|
damage: 50
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound: /Audio/Effects/woodhit.ogg
|
sound:
|
||||||
|
path: /Audio/Effects/woodhit.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
{SpawnedEntityId}:
|
{SpawnedEntityId}:
|
||||||
|
|||||||
Reference in New Issue
Block a user