1 | draw_sprite_ext(spr_quittingmessage, -1, __view_get(e__VW.XPort, 0) + 4, __view_get(e__VW.YPort, 0) + 10, 1, 1, 0, -1, alpha); |
2 | |
3 | enum e__VW |
4 | { |
5 | XView, |
6 | YView, |
7 | WView, |
8 | HView, |
9 | Angle, |
10 | HBorder, |
11 | VBorder, |
12 | HSpeed, |
13 | VSpeed, |
14 | Object, |
15 | Visible, |
16 | XPort, |
17 | YPort, |
18 | WPort, |
19 | HPort, |
20 | Camera, |
21 | SurfaceID |
22 | } |