mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Logo upload + starting Spaceball
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user