S5-VR-Game / game

2 stars 0 forks source link

[UI] Nav marker extension #95

Closed JudiTeller closed 10 months ago

JudiTeller commented 10 months ago

This PR extends the nav markers to change color according to the selected TaskType. For that the GameTask.cs base class has received a serialized field to select from the TaskType enum.

Also shows up/down arrows if the marker is above / below the player correctly now.