Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
add toast for pressing spacebar when starting the tracker
Browse files Browse the repository at this point in the history
Former-commit-id: 4618d5b
  • Loading branch information
you-win committed Dec 17, 2021
1 parent 8a291d8 commit 7fd633c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/OpenSeeGD.gd
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func _start_tracker() -> bool:
face_tracker_pid = pid

AppManager.logger.info("Face tracker started, PID is %s." % face_tracker_pid)
AppManager.logger.notify("Press spacebar to recenter the model if it's not looking correct!")
return true

func _stop_tracker() -> void:
Expand Down

0 comments on commit 7fd633c

Please sign in to comment.