Game Development Community

Image in side a GuiList?

by Peder Husom · in Torque 3D Professional · 05/30/2011 (6:32 am) · 1 replies

Hi

In the player-list/scoreboard is it possible to have a small image(16x16 or 32x32) infront of the players name?

#1
05/31/2011 (1:44 pm)
You can link a guiBitmapControl to each line of the playerList and dynamically show/hide the image as each line is read/displayed.

Or you can re-write the playerList gui/functionality to make use of MLText. Possibly more work to begin with, but would make it easier in the long run to display images in combination with text.