From 153c8ae98f7d0e646c46394114cc67903af5c15c Mon Sep 17 00:00:00 2001 From: xingluo Date: Sun, 21 Dec 2025 05:40:35 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.lua b/player.lua index 15c15dc..a147d1d 100644 --- a/player.lua +++ b/player.lua @@ -60,7 +60,7 @@ local function drawFrame(frame, term) end - +term.clear() for i, frame in ipairs(img) do drawFrame(frame, term)