mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Highball added to Spaceball + event types added.
This commit is contained in:
@ -25,7 +25,7 @@ namespace RhythmHeavenMania
|
||||
|
||||
private void Update()
|
||||
{
|
||||
Vector3 pos = Camera.main.ScreenToWorldPoint(Input.mousePosition);
|
||||
Vector3 pos = GameManager.instance.CursorCam.ScreenToWorldPoint(Input.mousePosition);
|
||||
|
||||
if (follow)
|
||||
{
|
||||
|
Reference in New Issue
Block a user