(bc739e38f) Added impact sounds to items (e.g. when dropped to the ground). Closes #841
This commit is contained in:
@@ -191,6 +191,10 @@ namespace Barotrauma
|
||||
protected set;
|
||||
}
|
||||
|
||||
|
||||
[Serialize("", false)]
|
||||
public string ImpactSoundTag { get; private set; }
|
||||
|
||||
public override void DrawPlacing(SpriteBatch spriteBatch, Camera cam)
|
||||
{
|
||||
Vector2 position = Submarine.MouseToWorldGrid(cam, Submarine.MainSub);
|
||||
|
||||
Reference in New Issue
Block a user