intro data

This commit is contained in:
ethan merchant 2024-11-23 16:27:16 -05:00
parent 3a22e80c2a
commit 5388e34d61

View file

@ -10,6 +10,8 @@ static class Mono
public static double step_time = 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 Pose box_pose = new(0, -3 * U.cm, -10 * U.cm);