You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-TimeTrials/scripts/init_bg.gml

14 lines
245 B

/// init_bg(bg_id)
bgno = argument0;
for (i = 0; i < bgno; i += 1) {
bgid[i] = bgScreenGuide;
xoff[i] = 0;
yoff[i] = 0;
xratio[i] = 1;
yratio[i] = 1;
xscale[i] = 1;
yscale[i] = 1;
alpha[i] = 1;
tile[i] = 1;
}