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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oSenjoo_Alarm_0.gml

9 lines
227 B

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)