intro data
This commit is contained in:
parent
3a22e80c2a
commit
5388e34d61
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ static class Mono
|
||||||
public static double step_time = 0.0;
|
public static double step_time = 0.0;
|
||||||
public static double step_t = 0.0;
|
public static double step_t = 0.0;
|
||||||
|
|
||||||
|
public static double intro_skip = 0.0;
|
||||||
|
public static bool intro = true; // press to move until x condition or hold to skip
|
||||||
public static bool menu = true;
|
public static bool menu = true;
|
||||||
|
|
||||||
public static Pose box_pose = new(0, -3 * U.cm, -10 * U.cm);
|
public static Pose box_pose = new(0, -3 * U.cm, -10 * U.cm);
|
||||||
|
|
Loading…
Add table
Reference in a new issue