diff --git a/bin/guitest.py b/bin/guitest.py index 9d19668..af8a806 100644 --- a/bin/guitest.py +++ b/bin/guitest.py @@ -110,7 +110,7 @@ def getparams(): hand_check.pack() varskel = tk.IntVar(value = param["prevskel"]) - skeleton_check = tk.Checkbutton(text = "DEV: preview skeleton in VR", variable = varskel) + skeleton_check = tk.Checkbutton(text = "Spawn trackers in front of you for preview purposes. DO NOT USE IN GAMES.", variable = varskel) skeleton_check.pack() tk.Button(text='Save and continue', command=window.quit).pack()