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 (sprite_index == sHornoadJump)
|
|
{
|
|
image_index = 6
|
|
image_speed = 0
|
|
}
|
|
if (sprite_index == sHornoadShake)
|
|
{
|
|
image_speed = 0.1
|
|
sprite_index = sHornoadIdle
|
|
image_index = 0
|
|
}
|