1 | function scr_shop_animation_override_honeydew_bear_head_down |
2 | { |
3 | if (sprite_index != spr_honeydew_bear_animation_head_down_shop) |
4 | { |
5 | sprite_index = spr_honeydew_bear_animation_head_down_shop |
6 | image_speed = 0.3 |
7 | image_index = 0 |
8 | } |
9 | } |