GUIStyle improvements & some simple UI graphics, networking bugfixes, separate Random class, some StyleCop cleanup

This commit is contained in:
Regalis
2015-07-02 22:24:50 +03:00
parent b493ed2b39
commit d836a99515
119 changed files with 8842 additions and 1277 deletions
+7 -7
View File
@@ -6,16 +6,16 @@ namespace Subsurface
{
class AnimController : Ragdoll
{
protected Character character;
public bool isStanding;
public bool IsStanding;
public enum Animation { None, Climbing, UsingConstruction, Struggle };
public Animation anim;
public Animation Anim;
protected float walkSpeed, swimSpeed;
public Direction targetDir;
public Direction TargetDir;
protected Character character;
protected float walkSpeed, swimSpeed;
//how large impacts the character can take before being stunned
//protected float impactTolerance;