Replies: 1 comment
-
No, we don't have a way to display arbitrary text at this time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like Vizard to be able to display my spacecraft's state, i.e. the state from the internal state machine. I thought I might be able to use the 'label' field of one of the sensors and keep changing it, but it looks like Vizard only respects the first 'label' sent.
I have a workaround where I convert the state to a number (it's an enum anyway so this was not hard) and use the Storage HUD to display the current state. It works, but then I just have a number on screen and need to refer back to the code to remember what it means. It'd be great if there was a way to just pass in text that could be updated.
Beta Was this translation helpful? Give feedback.
All reactions