mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Spaceball camera and perspective fixes + Karate Man animated background
This commit is contained in:
@ -75,6 +75,8 @@ namespace RhythmHeavenMania
|
||||
{
|
||||
if (Beatmap.entities.Count < 1)
|
||||
return;
|
||||
if (!Conductor.instance.musicSource.isPlaying)
|
||||
return;
|
||||
|
||||
if (Input.GetKeyDown(KeyCode.A))
|
||||
{
|
||||
|
Reference in New Issue
Block a user