mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-18 10:24:04 +09:00
base64 encoding
This commit is contained in:
@@ -11,5 +11,6 @@ for (i = indices.length - 1; i > 0; i--) {
|
||||
}
|
||||
for (i = 0; i < 250880; i++) {
|
||||
graphics.plotPixel(indices[i] % 560, (indices[i] / 560)|0, image[indices[i]]);
|
||||
graphics.plotPixel(indices[i] % 560, (indices[i] / 560)|0, image[indices[i]]);
|
||||
}
|
||||
con.color_fore(0);
|
||||
|
||||
Reference in New Issue
Block a user