Skip to content

Instantly share code, notes, and snippets.

@luizbills
Created April 27, 2026 13:56
Show Gist options
  • Select an option

  • Save luizbills/8d04ae8abec9aae1eedca0d2bc88eea1 to your computer and use it in GitHub Desktop.

Select an option

Save luizbills/8d04ae8abec9aae1eedca0d2bc88eea1 to your computer and use it in GitHub Desktop.
Simple loading screen #litecanvas
litecanvas({})
function draw() {
cls(0)
textfont("monospace")
textalign("center", "middle")
const dots = ".".repeat(wrap(T*1.5,0,5)+1)
text(W/2, H/2, "LOADING\n"+dots)
}
@luizbills
Copy link
Copy Markdown
Author

Peek 27-04-2026 10-54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment