ID:157591
 
Right, well... It's a seemingly-simple problem I just can't seem to figure out. For a game of mine I'm working on, some grids are going to be an essential part of an interface, but I need to output things that are larger than 32x32 to them, without them getting sized down. Is there any way to manage this, or would I have to re-do all my interface stuff?
If you're outputting atoms, then your options are limited.

However, you can output HTML with the img tag and make it any size you want. Use the \ref tag on the file names and then use Topic() links for interaction. There are icon state and direction arguments you can place in the img tag as well, but I can never remember (or find) the frelling things.
In response to ACWraith
Ah, alright. I never really did get much into the link/game interactions, but I really should. I'm actually planning to redo my entire interface regardless now, but thanks for the advice! I'm sure it'll come in handy later.