ID:161828
 
hi everyone i know that if u wanna attach 2 icons on top of each other u change the pixel_y. But what if u wanna stack it to the left or right. what do i change?



obj
wboss
icon = 'Boss3.dmi'
icon_state = "1"
pixel_y = 32
layer = 3243

obj
wboss2
icon = 'Boss3.dmi'
icon_state = "2"
pixel_y = 64
layer = 3243

obj
wboss3
icon = 'Boss3.dmi'
icon_state = "3"
pixel_y = 96
layer = 3243


obj
wboss4
icon = 'Boss3.dmi'
icon_state = "4"
pixel_x =
pixel_y= 32
layer = 3243


obj
wboss5
icon = 'Boss3.dmi'
icon_state = "5"
pixel_x = 64
layer = 3243


obj
wboss5
icon = 'Boss3.dmi'
icon_state = "5"
pixel_x = 64 //<--- There
layer = 3243


Do what you did here* If up and down is +/- Y than Left and right are +/- X

*(See // in code)