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.
|
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)
|
|
}
|
|
}
|