DSprtn / GTFO_VR_Plugin

A plugin to add full roomscale Virtual Reality support to your favorite game!
MIT License
143 stars 13 forks source link

Add option to not display chat when toggling watch screens #37

Closed Nordskog closed 2 years ago

Nordskog commented 2 years ago

What

This PR adds an option to display ( or not display ) the chat screen when toggling between the different screens on the watch. When enabled, it will toggle between player status, chat, and mission objectives. When disabled ( default state ), the watch will only toggle between player status and mission objectives.

The radial menu has been left untouched, and still contains an item for the chat. This continues to work as before. Unlike when toggling between the screens with a single button, having the chat item available doesn't really get in the way of anything, so might as well keep it there.

How

Increment index -> if chat and setting not enabled then increment again.

DSprtn commented 2 years ago

Nice work