Initialize game with one script

This commit is contained in:
Starpelly
2022-01-03 17:42:43 -05:00
parent 4c83f7fec0
commit 775fd7e580
32 changed files with 2283 additions and 9446 deletions

View File

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