ID:154748
 


Hi, I'm currently trying to fit a certain base icon onto the Map's size to make it seem more realistic and fitting with the map's larger icons..


I've tried

atom/pixel_y and x

But itt doesnt work

Is their a var i can use to make one of my icons size larger

I want it's height, and width to be able to change from 32x32 to 52x52.
var/icon/i = icon('icon.dmi', "icon_state")
i.Scale(52, 52)
src.icon = i
In response to Zaltron
Thank you ^.^