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.
|
event_inherited()
|
|
if (yVel != 0)
|
|
{
|
|
if (other.direction == 0 || other.direction == 45 || other.direction == 315)
|
|
xVel += 1.8
|
|
if (other.direction == 180 || other.direction == 135 || other.direction == 225)
|
|
xVel -= 1.8
|
|
}
|