can you put an item icon on an advanced monitor #2445
Answered
by
SquidDev
SammyPants37
asked this question in
Q&A
-
|
Title is fairly self explanatory. I want to put the item icon on a monitor so that I don't have to use the names of the item. What's going to be the best way to go about this? |
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
May 20, 2026
Replies: 1 comment 1 reply
-
|
I'm afraid this isn't possible. CC:T only allows you to draw text onto the screen, so you can't render an item to the screen (see also #646). If you've got a small number of items, you could draw an image yourself for every item, and display that. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SammyPants37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid this isn't possible. CC:T only allows you to draw text onto the screen, so you can't render an item to the screen (see also #646).
If you've got a small number of items, you could draw an image yourself for every item, and display that.