feat(alpha): Add cat to ascii_arts
This commit is contained in:
parent
0c45ad375a
commit
7486e12ea2
|
@ -193,6 +193,17 @@ return {
|
||||||
[[ ██ ██ ████ ████ ]],
|
[[ ██ ██ ████ ████ ]],
|
||||||
[[ ]],
|
[[ ]],
|
||||||
},
|
},
|
||||||
|
cat = {
|
||||||
|
[[ ▀████▀▄▄ ▄█ ]],
|
||||||
|
[[ █▀ ▀▀▄▄▄▄▄ ▄▄▀▀█ ]],
|
||||||
|
[[ ▄ █ ▀▀▀▀▄ ▄▀ ]],
|
||||||
|
[[ ▄▀ ▀▄ ▀▄ ▀▄▀ ]],
|
||||||
|
[[ ▄▀ █ █▀ ▄█▀▄ ▄█ ]],
|
||||||
|
[[ ▀▄ ▀▄ █ ▀██▀ ██▄█ ]],
|
||||||
|
[[ ▀▄ ▄▀ █ ▄██▄ ▄ ▄ ▀▀ █ ]],
|
||||||
|
[[ █ ▄▀ █ ▀██▀ ▀▀ ▀▀ ▄▀ ]],
|
||||||
|
[[ █ █ █ ▄▄ ▄▀ ]],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
dashboard.section.header.val = ascii_arts['pacman'] -- require("ascii").art.gaming.pacman['basic']
|
dashboard.section.header.val = ascii_arts['pacman'] -- require("ascii").art.gaming.pacman['basic']
|
||||||
|
|
Loading…
Reference in New Issue