Added rotation count
Added rotation count to SpinningCube.cs -Change increment to change amount of speed added per level
This commit is contained in:
@@ -67,6 +67,7 @@ public class ExperienceBar : MonoBehaviour {
|
||||
previousExpRequired = expRequired;
|
||||
expObtained = 0;
|
||||
expRequired = Mathf.Pow(expRequired, 1.05f);
|
||||
GameObject.FindGameObjectWithTag("Player").GetComponent<SpinningCube>().RaiseRotationSpeed();
|
||||
}
|
||||
|
||||
public void ResetExp()
|
||||
|
||||
Reference in New Issue
Block a user