ludum-dare-21/scripts/__init_background/__init_background.gml

25 lines
221 B
Plaintext

function __init_background() {
enum e__BG
{
Visible,
Foreground,
Index,
X,
Y,
Width,
Height,
HTiled,
VTiled,
XScale,
YScale,
HSpeed,
VSpeed,
Blend,
Alpha,
};
}