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_oTsumuri_Step_1.gml

9 lines
301 B

enemy_active_check(20)
if (active == 1)
instance_activate_region((x - 16), (y - 16), 32, 32, true)
if (room_width <= 320)
{
if (x < ((-((oControl.widescreen_space / 2))) - 8) || x > ((room_width + (oControl.widescreen_space / 2)) + 8) || y < 0 || y > room_height)
instance_destroy()
}