Logo upload + starting Spaceball

This commit is contained in:
Starpelly
2021-12-25 01:22:09 -05:00
parent db79325393
commit 199abb7fd3
20 changed files with 492 additions and 9 deletions

View File

@ -38,6 +38,7 @@ namespace RhythmHeavenMania
if (PlayerInput.Pressed())
{
Cursor.visible = false;
Circle.transform.DOScale(0, 0.5f).SetEase(Ease.OutExpo);
InnerCircle.SetActive(true);
outerCircleTween.Kill();