1 | total = 0; |
2 | for (i = 0; i < 3; i += 1) |
3 | draw_sprite_ext(spr_eyepuzzle_marking, i, x + 16 + (i * 110), y + 60, 2, 2, 0, c_white, 1); |
4 | for (i = 0; i < 3; i += 1) |
5 | { |
6 | draw_sprite(spr_darkeye, eye[i], x + (i * 110), y); |
7 | total += eye[i]; |
8 | } |