Pixel-Composer/scripts/__init_background/__init_background.gml
2023-02-14 08:48:33 +07:00

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,
};
}