更新 player.lua

This commit is contained in:
2025-12-21 05:39:52 +08:00
parent 949c380104
commit 46c8c32f3a

View File

@@ -67,10 +67,4 @@ for i, frame in ipairs(img) do
if img.animation then sleep(frame.duration or img.secondsPerFrame or 0.05) if img.animation then sleep(frame.duration or img.secondsPerFrame or 0.05)
else read() break end else read() break end
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