Better autopilot, guiframe tweaking, fixed ui scaling, aicontroller bugfixes, human walk/run anim uses HandIK

This commit is contained in:
Regalis
2015-10-06 21:18:36 +03:00
parent f13a48ef52
commit db7128a475
37 changed files with 533 additions and 383 deletions
@@ -37,7 +37,7 @@ namespace Subsurface
get { return drawPosition; }
}
public Vector2 Position
public Vector2 SimPosition
{
get { return position; }
}
@@ -179,7 +179,7 @@ namespace Subsurface
foreach (BackgroundSprite member in Members)
{
midPoint += member.Position;
midPoint += member.SimPosition;
}
midPoint /= Members.Count;