mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
22 lines
213 B
Text
22 lines
213 B
Text
function __init_view() {
|
|
enum e__VW
|
|
{
|
|
XView,
|
|
YView,
|
|
WView,
|
|
HView,
|
|
Angle,
|
|
HBorder,
|
|
VBorder,
|
|
HSpeed,
|
|
VSpeed,
|
|
Object,
|
|
Visible,
|
|
XPort,
|
|
YPort,
|
|
WPort,
|
|
HPort,
|
|
Camera,
|
|
SurfaceID,
|
|
};
|
|
}
|