added more charsets
This commit is contained in:
parent
b31b23d45f
commit
35e66ed2c5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module Spinner
|
||||
Charset = {
|
||||
arrow: {"←", "↖", "↑", "↗", "→", "↘", "↓", "↙"},
|
||||
arrow2: {">>--->", " >>--->", " >>--->", " >>--->", " >>--->", " <---<<", " <---<<", " <---<<", " <---<<", "<---<<"},
|
||||
fan: {"┤", "┘", "┴", "└", "├", "┌", "┬", "┐"},
|
||||
fan1: {"+", "x"},
|
||||
fan2: {"v", "<", "^", ">"},
|
||||
|
@ -11,6 +12,7 @@ module Spinner
|
|||
boom: {".", "o", "O", "@", "*"},
|
||||
pipe: {"|", "/", "-", "\\"},
|
||||
alphabet: {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"},
|
||||
matrix: {"ヲ", "ァ", "ィ", "ゥ", "ェ", "ォ", "ャ", "ュ", "ョ", "ッ", "ア", "イ", "ウ", "エ", "オ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ", "ホ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ユ", "ヨ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ン"},
|
||||
three_dots: {". ", ".. ", "..."},
|
||||
eyes: {"◡◡", "⊙⊙", "◠◠"},
|
||||
dots: {"⠁", "⠂", "⠄", "⡀", "⢀", "⠠", "⠐", "⠈"},
|
||||
|
|
Loading…
Reference in a new issue