Skip to content

Instantly share code, notes, and snippets.

View Hallian's full-sized avatar

Nikolas Lahtinen Hallian

View GitHub Profile
@Hallian
Hallian / ueEug9AX
Created May 3, 2012 13:37 — forked from anonymous/ueEug9AX
a guest on May 3rd, 2012 - pastebin.com/ueEug9AX
/* Number of panels in total
Draw shadows for which panel (-1 for all) */
function draw_shadows(num, n) {
if (n != -1) num = n;
else n++;
for (n = n; n <= num; n++) {
alert(n);
}
}