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.
AM2Rogue/Export_Code/gml_Object_oBoss1Head_Step_...

13 lines
278 B

if (state != 100)
{
wall1.x = (edge_l - 64)
wall2.x = (edge_r + 32)
with (oCharacter)
{
if (x < (oBoss1Head.edge_l - 16))
x = (oBoss1Head.edge_l - 16)
if (x > (oBoss1Head.edge_r + 16))
x = (oBoss1Head.edge_r + 16)
}
}