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