more comfortable default distance based on play testing feedback
This commit is contained in:
parent
32db73a0f4
commit
55c88406f7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ static class Mono
|
||||||
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);
|
||||||
public static float box_dist = 32 * U.cm;
|
public static float box_dist = 42 * U.cm;
|
||||||
public static float box_scale = 1.333f * U.cm;
|
public static float box_scale = 1.333f * U.cm;
|
||||||
public const int SD_X = 3, SD_Y = 2, SD_Z = 3;
|
public const int SD_X = 3, SD_Y = 2, SD_Z = 3;
|
||||||
public static SpatialArray<int>
|
public static SpatialArray<int>
|
||||||
|
|
Loading…
Add table
Reference in a new issue