ID:1182615
 
(See the best response by Pirion.)
Code:
    center
icon_state="4"
pixel_y=-11
one
icon_state="1"
pixel_x=-32
pixel_y=11
two
icon_state="2"
pixel_y=11
three
icon_state="3"
pixel_x=32
pixel_y=21
five
icon_state="5"
pixel_y=21
six
icon_state="6"
pixel_x=32
pixel_y=21
eight
icon_state="8"
pixel_x=32
pixel_y=11
seven
icon_state="7"
pixel_x=-32
pixel_y=-53

nine
icon_state="9"
pixel_x=32
pixel_y=-11
ten
icon_state="10"
pixel_x=32
pixel_y=-11
eleven
icon_state="11"
pixel_x=32
pixel_y=-11
twelve
icon_state="12"
pixel_x=32
pixel_y=-11
thirteen
icon_state="13"
pixel_x=32
pixel_y=-11
fourteen
icon_state="14"
pixel_x=32
pixel_y=-11


Problem description:
So I have this code here to add a crap load of icons together, BUT they're all jumbled up instead of this neat icon like I want, any suggestions?
Jumbled up isn't much of an explanation here.. you should just fiddle with pixel_x and pixel_y until you get it right.

Unless you have another issue explaining the issue correctly and perhaps even showing images may help us more.
Best response
Looks like your stitching items like patchwork. Would changing the icon size and display it all as one not work in this case?