hacky offset stepper for noise

This commit is contained in:
ethan merchant 2024-12-21 09:46:05 -05:00
parent 04c35d6107
commit 724bc153be

View file

@ -72,6 +72,10 @@ static class Arts
mat_slash.FaceCull = Cull.None; mat_slash.FaceCull = Cull.None;
} }
// [!] hacky offset stepper for noise
public static int offset = 0;
static int offstep() => offset += 100;
public static void Frame() public static void Frame()
{ {
// Input.HandVisible(Handed.Max, false); // Input.HandVisible(Handed.Max, false);