Add more frames to Byte's thinking animation.
This commit is contained in:
parent
07617942b8
commit
ff1bc4f4d6
1 changed files with 26 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue