mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-18 19:41:54 +08:00
Time.Freeze
This commit is contained in:
@ -4,7 +4,11 @@ namespace Strawberry
|
||||
{
|
||||
static public float Elapsed;
|
||||
static public float PreviousElapsed;
|
||||
static public float Delta = 1 / 60f;
|
||||
static public float Rate = 1f;
|
||||
static public float Freeze;
|
||||
|
||||
static public float RawDelta => (1 / 60f);
|
||||
static public float Delta => RawDelta * Rate;
|
||||
|
||||
static public bool OnInterval(float interval, float offset = 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user