Created
April 27, 2026 13:56
-
-
Save luizbills/8d04ae8abec9aae1eedca0d2bc88eea1 to your computer and use it in GitHub Desktop.
Simple loading screen #litecanvas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | |
| } |
Author
luizbills
commented
Apr 27, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment