Skip to content

Commit

Permalink
changed preview skeleton warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ce committed Feb 3, 2022
1 parent 1df8347 commit b569e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/guitest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b569e4c

Please sign in to comment.