From 46c8c32f3a77c9a716c31f02d0978b42fff00973 Mon Sep 17 00:00:00 2001 From: xingluo Date: Sun, 21 Dec 2025 05:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20player.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- player.lua | 6 ------ 1 file changed, 6 deletions(-) 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