Hello!
I have designed this radio user interface, and I would like to hear some feedback about… basically anything! It’s for an upcoming game.
My main concerns were how the text is ugly and it’s out of place, and the units frame being too ugly to the basic user to even understand how it would work. Should I rework the units frame entirely and I should have a reference for it, or should I just extend its sizes a little bit more?
The radio’s TextLabel
has a UITextSizeConstraint
, which its range is between 20 and 60.
Every unit
in the units frame has the following:
- the department’s name, colored with the department’s
TeamColor
, - the officer’s callsign,
- the officer’s name,
- the officer’s status, colored with the color of the status,
- and lastly, the check button, which invokes the server for a radio message.