Hi, I was wondering if anyone could help with repeating the edge of a sprite. Kinda like how the inbuilt texture-packer-thingy-ma-bob makes a border.
Currently I draw my sprites with draw_sprite_pos.
for ( var _s = 0; _s < _spr_images; ++_s )
{
var _si = ( _first_emissive_sub_image ? 0 : _s...