Melee weapons (+ stun baton), improved throw animation, new damage sound effects

This commit is contained in:
Regalis
2015-09-07 16:31:04 +03:00
parent b77fa5df90
commit 7eae6fb026
38 changed files with 527 additions and 163 deletions

View File

@@ -108,7 +108,7 @@ namespace Subsurface
set { body.Enabled = value; }
}
public Vector2 Position
public Vector2 SimPosition
{
get { return body.Position; }
}