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

12 lines
191 B

if (sprite_index == sHornoadJump)
{
image_index = 6
image_speed = 0
}
if (sprite_index == sHornoadShake)
{
image_speed = 0.1
sprite_index = sHornoadIdle
image_index = 0
}