handed arrays for sheathes and holding statuses

This commit is contained in:
ethan merchant 2024-12-21 14:01:16 -05:00
parent bc035a329d
commit 7f466ffe4b

View file

@ -26,6 +26,11 @@ static class Rig
public static XYZi new_dir = new(0, 0, 1); public static XYZi new_dir = new(0, 0, 1);
public static bool[] upper_sheathes = new bool[] { true, true };
public static bool[] lower_sheathes = new bool[] { true, true };
public static bool[] holding = new bool[] { false, false };
public static void Init() public static void Init()
{ {
btn_grip = new DeltaBool[] { new(false), new(false) }; btn_grip = new DeltaBool[] { new(false), new(false) };