1 | if (flowey == 1) |
2 | { |
3 | scr_textskip |
4 | draw_sprite_ext(spr_floweynice, 0, (floweyx + random(shake)) - random(shake), (floweyy + random(shake)) - random(shake), 2, 2, 0, c_white, image_alpha); |
5 | draw_sprite_ext(spr_floweyface_l3, global.faceemotion, (floweyx + random(shake)) - random(shake), (floweyy + random(shake)) - random(shake), 2, 2, 0, c_white, image_alpha); |
6 | } |