diff options
Diffstat (limited to '_Debug/REPL.cs')
-rw-r--r-- | _Debug/REPL.cs | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/_Debug/REPL.cs b/_Debug/REPL.cs index 5dd99e4..8e714ae 100644 --- a/_Debug/REPL.cs +++ b/_Debug/REPL.cs @@ -8,6 +8,8 @@ class REPL public static void StartREPL() { + //return; + AddHeightBox(); AddCamera(); AddRigidbodyDebug(); @@ -42,19 +44,19 @@ class REPL public static void AddRigidbodyDebug() { - string[] targets = { - //"Head", - //"Neck", - //"Torso", - //"Arm_Right", - //"Arm_Left", - //"Hand_Right", - //"Hand_Left", - //"Hip", - //"Leg_Left", - //"Leg_Right", - //"Foot_Left", - //"Foot_Right", + string[] targets = { + "Head", + "Neck", + "Torso", + "Arm_Right", + "Arm_Left", + "Hand_Right", + "Hand_Left", + "Hip", + "Leg_Left", + "Leg_Right", + "Foot_Left", + "Foot_Right", "Knee_Left", "Knee_Right", }; |