sEDBg2
0
-1
90
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
BG = bgA5Cave;
xratio = 0.1;
xoff = 0;
yratio = 0.1;
yoff = -112;
amt_x = 4;
amt_y = 3;
1
603
7
0
0
-1
2
self
0
0
1
if ((view_yview[0] + view_hview[0]) >= global.waterlevel) {
yi = 0;
repeat (amt_y) {
xi = 0;
repeat (amt_x + 1) {
draw_background(BG, x + background_get_width(BG) * xi + floor(view_xview[0] * xratio + xoff), y + background_get_height(BG) * yi + floor(view_yview[0] * yratio + yoff));
xi += 1;
}
yi += 1;
}
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1