You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
targetposx[0] = x
|
|
targetposy[0] = y
|
|
targetposx[1] = (x - (offset * facing))
|
|
targetposy[1] = (y - offset)
|
|
targetposx[2] = x
|
|
targetposy[2] = (y - (offset * 2))
|
|
targetposx[3] = (x + (offset * facing))
|
|
targetposy[3] = (y - offset)
|