1
0
mirror of https://github.com/Maks1mS/bubbles.git synced 2025-04-06 15:13:42 +03:00

Add points spinner

This commit is contained in:
Christian Rocha 2020-11-11 12:19:37 -05:00 committed by Christian Rocha
parent 81feaacf5b
commit e6219572e5

View File

@ -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,