1 | kk = instance_create(x + 172, y + 56, obj_eyeflash); |
2 | if (type[typeno] == 1) |
3 | kk.image_blend = #14A9FF; |
4 | if (type[typeno] == 2) |
5 | kk.image_blend = c_orange; |
6 | if (typeno >= typeamt) |
7 | { |
8 | kk.sprite_index = spr_asgore_eyeflash_serious; |
9 | kk.image_speed = 0.5; |
10 | } |