mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Fixed problem with Trio faces not changing
This commit is contained in:
16
Assets/Scripts/GameProperties.cs
Normal file
16
Assets/Scripts/GameProperties.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RhythmHeavenMania
|
||||
{
|
||||
public class GameProperties
|
||||
{
|
||||
public class Latency
|
||||
{
|
||||
public static float early = 0.71f;
|
||||
public static float perfect = 0.74f;
|
||||
public static float late = 0.84f;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user