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

25 lines
221 B
Plaintext
Raw Normal View History

2021-06-16 23:23:00 -07:00
function __init_background() {
enum e__BG
{
Visible,
Foreground,
Index,
X,
Y,
Width,
Height,
HTiled,
VTiled,
XScale,
YScale,
HSpeed,
VSpeed,
Blend,
Alpha,
};
}