Added experience gain while idle

- Might be off, could understand radians better
- Add popup for displaying idle exp gained
This commit is contained in:
2017-09-03 21:46:47 -04:00
parent 90948610cd
commit ea55db656d
2 changed files with 40 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ public class SpinningCube : MonoBehaviour
public float currentSpeed = 20f;
public float currentIncrement = 10f;
private string RotationDirection = "Up";
private Vector3 m_RotationDirection = Vector3.up;
private Vector3 rotationOrigin;