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_oTsumuri_Alarm_0...

19 lines
260 B

if (sbstate == 0)
{
yVel += 0.1
if (stun == 0)
moveTo(xVel, yVel)
alarm[0] = 1
}
else
{
angleprevious = 0
direction = myangle
image_angle = direction
xVel = 0
yVel = 0
x = round(x)
y = round(y)
falling = 0
}