DigitalCarleton / Prairie

A Game Development Toolkit for Historians
59 stars 11 forks source link

Allow Annotations to be turned on/off (globally) #140

Closed grahamearley closed 7 years ago

grahamearley commented 7 years ago

Austin suggested that we allow users to turn on/off annotations.

To do this, we could add a boolean checkbox to the Prairie Player, called Annotations Enabled or something like that. Then every time we Interact() with an Annotation, we can check if annotations are enabled before showing the GUI.

cpimhoff commented 7 years ago

I'll crush.

Donahuec commented 7 years ago

Should we make a way to toggle it in game, or allow that as about option?

cpimhoff commented 7 years ago

My intention was to make it toggleable from editor as a first step - we can hash out how exactly we want that lever pulled at runtime if need be.

grahamearley commented 7 years ago

DONE in PR #142