mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-23 22:32:59 +03:00
Add points spinner
This commit is contained in:
parent
81feaacf5b
commit
e6219572e5
@ -37,6 +37,10 @@ var (
|
||||
Frames: []string{"█", "▓", "▒", "░"},
|
||||
FPS: time.Second / 8,
|
||||
}
|
||||
Points = Spinner{
|
||||
Frames: []string{"∙∙∙", "●∙∙", "∙●∙", "∙∙●"},
|
||||
FPS: time.Second / 7,
|
||||
}
|
||||
Globe = Spinner{
|
||||
Frames: []string{"🌍 ", "🌎 ", "🌏 "},
|
||||
FPS: time.Second / 4,
|
||||
|
Loading…
Reference in New Issue
Block a user