init grabs out in front

This commit is contained in:
ethan merchant 2024-12-07 19:56:29 -05:00
parent ba6fc33a40
commit a5328c1a6e

View file

@ -14,8 +14,8 @@ static class Stretch
public static void Init()
{
to_grab = new(-0.3f, 0, 0, true);
from_grab = new(-0.3f, 0, 0.1f, true);
to_grab = new(-0.3f, -0.25f, -0.5f, true);
from_grab = new(-0.3f, -0.25f, -0.4f, true);
}
public static void Frame()
@ -43,7 +43,7 @@ static class ColorCube
public static void Init()
{
grab = new(0, 0, 0);
grab = new(0, -0.25f, -0.5f);
}
public static void Frame()