This commit is contained in:
Dax Raad
2025-06-10 18:10:30 -04:00
parent 14dcf43246
commit 49110f7412
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
import { VERSION } from "./version"
export namespace UI {
const LOGO = [
`█▀▀█ █▀▀█ █▀▀ █▀▀▄ █▀▀ █▀▀█ █▀▀▄ █▀▀`,
@@ -40,6 +42,7 @@ export namespace UI {
}
export function logo() {
empty()
for (const row of LOGO) {
print(" ")
for (let i = 0; i < row.length; i++) {