mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 14:33:53 +01:00
25 lines
197 B
Plaintext
25 lines
197 B
Plaintext
|
function __init_background() {
|
||
|
enum e__BG
|
||
|
{
|
||
|
Visible,
|
||
|
Foreground,
|
||
|
Index,
|
||
|
X,
|
||
|
Y,
|
||
|
Width,
|
||
|
Height,
|
||
|
HTiled,
|
||
|
VTiled,
|
||
|
XScale,
|
||
|
YScale,
|
||
|
HSpeed,
|
||
|
VSpeed,
|
||
|
Blend,
|
||
|
Alpha,
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|