This commit is contained in:
2026-05-05 20:09:20 -04:00
parent d8e3330e5e
commit 5c6a02b850
3 changed files with 171 additions and 245 deletions

View File

@@ -523,6 +523,10 @@ local function start()
buildBoard()
print(("[plichinko] %d pegs, %d buckets"):format(#pegs, NUM_BUCKETS))
-- Clear full screen before drawing anything
gpu.fill(COL_BG)
gpu.sync()
drawBoard()
gpu.sync()
end