Add more frames to Byte's thinking animation.

This commit is contained in:
purple 2023-07-28 22:21:30 +02:00
parent 07617942b8
commit ff1bc4f4d6

View file

@ -18,13 +18,13 @@ byteBlink_3=" ╰ ╯ ";
byteThink() {
clear;echo -e "
╭ ╮ _
│ %^&!@*(
│ %V&!@*(
╰ ╯
"
sleep 0.05
clear;echo -e "
╭ ╮ _
│ *#$&#@@ │
│ *#$%A@@ │
╰ ╯
"
sleep 0.05
@ -34,6 +34,30 @@ byteThink() {
╰ ╯
"
sleep 0.05
clear;echo -e "
╭ ╮ _
│ %%@#$%^ │
╰ ╯
"
sleep 0.05
clear;echo -e "
╭ ╮ _
()257#@ │
╰ ╯
"
sleep 0.05
clear;echo -e "
╭ ╮ _
│ HY^$}d* │
╰ ╯
"
sleep 0.05
clear;echo -e "
╭ ╮ _
│ BY$%@TE │
╰ ╯
"
sleep 0.05
byteThink;
};
byteThink;