Update Fowmatting *()*

pull/2/head
StratusFearMe21 3 years ago committed by GitHub
parent e20c823aec
commit 8d229dc430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,19 @@
pub const FACES_SIZE: usize = 14; pub const FACES_SIZE: usize = 14;
pub const FACES: [&[u8]; FACES_SIZE] = [ pub const FACES: [&[u8]; FACES_SIZE] = [
b"OwO", b"UwU", b">w<", b"^w^", b"^-^", b":3", b"x3", b"xDD", b";;w;;", b">_<", b">_>", b"^.^", b"OwO",
b":33", b"uWu", b"UwU",
b">w<",
b"^w^",
b"^-^",
b":3",
b"x3",
b"xDD",
b";;w;;",
b">_<",
b">_>",
b"^.^",
b":33",
b"uWu",
]; ];
pub const ACTIONS_SIZE: usize = 17; pub const ACTIONS_SIZE: usize = 17;

Loading…
Cancel
Save