mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +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,
|
|
};
|
|
|
|
|
|
|
|
|
|
}
|