1 | siner = 0; |
2 | image_xscale = 2; |
3 | image_yscale = 2; |
4 | image_alpha = 0; |
5 | offx = 0; |
6 | x = (__view_get(e__VW.XView, 0) + 180) - offx; |
7 | y = __view_get(e__VW.YView, 0) + 100; |
8 | with (obj_mainchara) |
9 | bg = 1; |
10 | |
11 | enum e__VW |
12 | { |
13 | XView, |
14 | YView, |
15 | WView, |
16 | HView, |
17 | Angle, |
18 | HBorder, |
19 | VBorder, |
20 | HSpeed, |
21 | VSpeed, |
22 | Object, |
23 | Visible, |
24 | XPort, |
25 | YPort, |
26 | WPort, |
27 | HPort, |
28 | Camera, |
29 | SurfaceID |
30 | } |