Improve loading screen with ASCII art Timmy logo #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace plain loading text with ASCII art Timmy logo that fills in progressively as assets load. Show actual loading progress percentage.
PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/10
Replaced the plain "INITIALIZING..." text with a multi-line block-character ASCII art TIMMY logo. Characters start dark and light up progressively (left-to-right) with a Matrix green glow as each subsystem initialises. A progress bar and percentage counter track the actual init stages (world → effects → agents → controls → UI → WebSocket → visitor → 100%). Implementation lives in a new
js/loading.jsmodule with minimal changes tomain.jsandindex.html.