-- Generated with sanjuuni -- https://sanjuuni.madefor.cc do local image, palette = { { "\140\139\146\143\143\131\130\139\151\131\143\144 \139\144\159", "9cbb58ecb88a0565", "bbcc85aaccc55656" }, { "\143\137\146\159\158\139\143\144\131\131\139\133\157\139\143\146", "bcbcc9568ecca555", "abceed8556998866" }, { " \131\139\139\131\131\143\141\158\147\143\159\140\131\143\155", "089bdddf668558a5", "55659c9958966686" }, { " \159\151\150\136\132\131\144 \130\139\133\130\131\131\131", "0555885303896666", "5666653111188888" }, { "\135\134 \135\131 \157\131\132\159\159\133 \144\152\142", "5506801131060778", "6665513310188887" }, { "\143\143\130\143\130\140\140\156\131\138\140\139\143\143\143\130", "8633656419b79979", "b8663333368bbb9b" }, { "\131\143\141\131\143\148\129\143\135\137\132\149\155\140\137\149", "cbc79b333324b99b", "9779b60110399bb9" }, { "\144 \159\147\131\149\149\153\136\159\151\149 \132\129\131", "b0799b01003409bb", "799bb410112bbbcc" }, { "\143\134\131\131\129\149\145\153\138\138\133\138\135\143\131\129", "cbbbbd000c7dc494", "bcccc41111363333" }, { "\134\130\131\131\131\133\154\134\150\154\135\144 \144", "ccccb31000110001", "9976410111033333" }, }, { [0] = {0.000000, 0.000000, 0.000000}, {0.050980, 0.066667, 0.121569}, {0.286275, 0.172549, 0.203922}, {0.164706, 0.176471, 0.286275}, {0.298039, 0.235294, 0.298039}, {0.223529, 0.294118, 0.454902}, {0.309804, 0.337255, 0.458824}, {0.501961, 0.458824, 0.498039}, {0.415686, 0.411765, 0.525490}, {0.533333, 0.466667, 0.552941}, {0.486275, 0.501961, 0.619608}, {0.654902, 0.560784, 0.611765}, {0.803922, 0.662745, 0.682353}, {0.890196, 0.752941, 0.725490}, {0.800000, 0.737255, 0.764706}, {0.866667, 0.776471, 0.772549}, } term.clear() for i = 0, #palette do term.setPaletteColor(2^i, table.unpack(palette[i])) end for y, r in ipairs(image) do term.setCursorPos(1, y) term.blit(table.unpack(r)) end end sleep(0.04) read() for i = 0, 15 do term.setPaletteColor(2^i, term.nativePaletteColor(2^i)) end term.setBackgroundColor(colors.black) term.setTextColor(colors.white) term.setCursorPos(1, 1) term.clear()