Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does not Petterns.Clock contain U+1F55B🕛 ? #14

Closed
kzrnm opened this issue Dec 13, 2021 · 1 comment · Fixed by #17
Closed

Why does not Petterns.Clock contain U+1F55B🕛 ? #14

kzrnm opened this issue Dec 13, 2021 · 1 comment · Fixed by #17

Comments

@kzrnm
Copy link

kzrnm commented Dec 13, 2021

public static readonly Pattern Clock = new Pattern(new string[]
{
"🕐 ",
"🕑 ",
"🕒 ",
"🕓 ",
"🕔 ",
"🕕 ",
"🕖 ",
"🕗 ",
"🕘 ",
"🕙 ",
"🕚 "
}, interval: 100);

Petterns.Clock.Frames is from U+1F550🕐 to U+1F55A🕚.

@kzrnm kzrnm changed the title Why Petterns.Clock does not contain U+1F55B🕛 ? Why does not Petterns.Clock contain U+1F55B🕛 ? Dec 13, 2021
@mayuki
Copy link
Owner

mayuki commented Jan 15, 2022

Thanks! This issue is fixed in v1.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants