c2da3a6af4
- Moved background sprites to the shared project. - The debug textures of physics bodies have a maximum size of 128x128 pixels to prevent large bodies from taking up excessive amounts of memory. - Attacks can be set to only affect humans.
11 lines
249 B
C#
11 lines
249 B
C#
using Microsoft.Xna.Framework;
|
|
|
|
namespace Barotrauma
|
|
{
|
|
partial class BackgroundSpritePrefab
|
|
{
|
|
public readonly Particles.ParticleEmitterPrefab ParticleEmitterPrefab;
|
|
public readonly Vector2 EmitterPosition;
|
|
}
|
|
}
|