ID:177580
 
Can I add an overlay in a different location, say use.x-1. If theres a way to do this, could anyone please tell me?
Jotdaniel wrote:
Can I add an overlay in a different location, say use.x-1. If theres a way to do this, could anyone please tell me?

The joys of pixel offsets! :)

mob/verb/Make_Overlay()
var/image/I = image('Fire.dmi',src)
I.pixel_x = 48
src.overlays += I