mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-01-11 22:41:03 +03:00
Remove spaces after emoji spinners
This commit is contained in:
parent
e6219572e5
commit
9cb8e8d90a
@ -42,15 +42,15 @@ var (
|
|||||||
FPS: time.Second / 7,
|
FPS: time.Second / 7,
|
||||||
}
|
}
|
||||||
Globe = Spinner{
|
Globe = Spinner{
|
||||||
Frames: []string{"🌍 ", "🌎 ", "🌏 "},
|
Frames: []string{"🌍", "🌎", "🌏"},
|
||||||
FPS: time.Second / 4,
|
FPS: time.Second / 4,
|
||||||
}
|
}
|
||||||
Moon = Spinner{
|
Moon = Spinner{
|
||||||
Frames: []string{"🌑 ", "🌒 ", "🌓 ", "🌔 ", "🌕 ", "🌖 ", "🌗 ", "🌘 "},
|
Frames: []string{"🌑", "🌒", "🌓", "🌔", "🌕", "🌖", "🌗", "🌘"},
|
||||||
FPS: time.Second / 8,
|
FPS: time.Second / 8,
|
||||||
}
|
}
|
||||||
Monkey = Spinner{
|
Monkey = Spinner{
|
||||||
Frames: []string{"🙈 ", "🙉 ", "🙊 "},
|
Frames: []string{"🙈", "🙉", "🙊"},
|
||||||
FPS: time.Second / 3,
|
FPS: time.Second / 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user