Added pulsate spinners (#4)
* Added 'pulsate' charset. * Added more 'pulsate' spinners.
This commit is contained in:
parent
8a8dbca835
commit
21d0b9b73e
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ module Spinner
|
||||||
progress1: {"(*---------)", "(-*--------)", "(--*-------)", "(---*------)", "(----*-----)", "(-----*----)", "(------*---)", "(-------*--)", "(--------*-)", "(---------*)"},
|
progress1: {"(*---------)", "(-*--------)", "(--*-------)", "(---*------)", "(----*-----)", "(-----*----)", "(------*---)", "(-------*--)", "(--------*-)", "(---------*)"},
|
||||||
progress2: {"█▒▒▒▒▒▒▒▒▒", "███▒▒▒▒▒▒▒", "█████▒▒▒▒▒", "███████▒▒▒", "██████████"},
|
progress2: {"█▒▒▒▒▒▒▒▒▒", "███▒▒▒▒▒▒▒", "█████▒▒▒▒▒", "███████▒▒▒", "██████████"},
|
||||||
progress3: {"[ ]", "[=> ]", "[===> ]", "[=====> ]", "[======> ]", "[========> ]", "[==========> ]", "[============> ]", "[==============> ]", "[================> ]", "[==================> ]", "[===================>]"},
|
progress3: {"[ ]", "[=> ]", "[===> ]", "[=====> ]", "[======> ]", "[========> ]", "[==========> ]", "[============> ]", "[==============> ]", "[================> ]", "[==================> ]", "[===================>]"},
|
||||||
|
pulsate1: {"█▒▒▒▒▒▒▒▒▒", "▒█▒▒▒▒▒▒▒▒", "▒▒█▒▒▒▒▒▒▒", "▒▒▒█▒▒▒▒▒▒", "▒▒▒▒█▒▒▒▒▒", "▒▒▒▒▒█▒▒▒▒", "▒▒▒▒▒▒█▒▒▒", "▒▒▒▒▒▒▒█▒▒", "▒▒▒▒▒▒▒▒█▒", "▒▒▒▒▒▒▒▒▒█", "▒▒▒▒▒▒▒▒█▒", "▒▒▒▒▒▒▒█▒▒", "▒▒▒▒▒▒█▒▒▒", "▒▒▒▒▒█▒▒▒▒", "▒▒▒▒█▒▒▒▒▒", "▒▒▒█▒▒▒▒▒▒", "▒▒█▒▒▒▒▒▒▒", "▒█▒▒▒▒▒▒▒▒"},
|
||||||
|
pulsate2: {"[= ]", "[ = ]", "[ = ]", "[ = ]", "[ = ]", "[ = ]", "[ = ]", "[ =]", "[ = ]", "[ = ]", "[ = ]", "[ = ]", "[ = ]", "[ = ]"},
|
||||||
|
pulsate3: {"= ", "== ", "=== ", "==== ", "===== ", "====== ", "======= ", "========", " =======", " ======", " =====", " ====", " ===", " ==", " =", " ==", " ===", " ====", " =====", " ======", " =======", "========", "======= ", "====== ", "===== ", "==== ", "=== ", "== "},
|
||||||
fish: {">))'> ", " >))'> ", " >))'> ", " >))'> ", " >))'>", " <'((<", " <'((< ", " <'((< ", " <'((< ", "<'((< "},
|
fish: {">))'> ", " >))'> ", " >))'> ", " >))'> ", " >))'>", " <'((<", " <'((< ", " <'((< ", " <'((< ", "<'((< "},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue