hacky offset stepper for noise
This commit is contained in:
parent
04c35d6107
commit
724bc153be
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue