更新 player.lua

This commit is contained in:
2025-12-21 05:40:35 +08:00
parent 46c8c32f3a
commit 153c8ae98f

View File

@@ -60,7 +60,7 @@ local function drawFrame(frame, term)
end
term.clear()
for i, frame in ipairs(img) do
drawFrame(frame, term)