diff --git a/player.lua b/player.lua index 1f35721..15c15dc 100644 --- a/player.lua +++ b/player.lua @@ -67,10 +67,4 @@ for i, frame in ipairs(img) do if img.animation then sleep(frame.duration or img.secondsPerFrame or 0.05) else read() break end end -read() -term.setBackgroundColor(colors.black) -term.setTextColor(colors.white) -term.clear() -term.setCursorPos(1, 1) -for i = 0, 15 do term.setPaletteColor(2^i, term.nativePaletteColor(2^i)) end