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