From 3cf26337e00fe1da3413bea4e1d30bb68aa3b705 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:28:47 +0900 Subject: [PATCH] UI(art, main): added new art Jack-o'-Lantern #1194 --- art/halloween.txt | 22 ++++++++++++++++++++++ src/main.rs | 1 + 2 files changed, 23 insertions(+) create mode 100644 art/halloween.txt diff --git a/art/halloween.txt b/art/halloween.txt new file mode 100644 index 000000000..156d4b682 --- /dev/null +++ b/art/halloween.txt @@ -0,0 +1,22 @@ + @@@ + @@@ + @@@ H A P P Y + @@@ + @@@@@@@@@@@@@@@@@@@@@@ H A L L O W E E N + @@@@@@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ from Yamato Security + @@@@@@@@ @@@@@@@@@@@@@@@@ @@@@@@@@ + @@@@@@@@@ @@@@@@@@@@@@@@ @@@@@@@@@ + @@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@ + @@@@@@@@@@ @@@@ @@@@ @@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@ + @@@@@@@@ @@ @@ @@ @@ @@ @@ @@ @ @@@@@@@@ + @@@@@@@ @@@@@@@ + @@@@@@ @@ @@ @@ @@ @@ @@ @ @@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@ diff --git a/src/main.rs b/src/main.rs index 85beda96b..7097234fb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1694,6 +1694,7 @@ impl App { eggs.insert("01/01", ("art/happynewyear.txt", Color::Rgb(255, 0, 0))); // Red eggs.insert("02/22", ("art/ninja.txt", Color::Rgb(0, 171, 240))); // Cerulean eggs.insert("08/08", ("art/takoyaki.txt", Color::Rgb(181, 101, 29))); // Light Brown + eggs.insert("10/31", ("art/halloween.txt", Color::Rgb(255, 87, 51))); // Pumpkin Orange eggs.insert("12/24", ("art/christmas.txt", Color::Rgb(70, 192, 22))); // Green eggs.insert("12/25", ("art/christmas.txt", Color::Rgb(70, 192, 22))); // Green