diff --git a/public/Skins/piebot.png b/public/Skins/piebot.png new file mode 100644 index 0000000..b51b91f Binary files /dev/null and b/public/Skins/piebot.png differ diff --git a/public/panorama/legacy_evolved_Panorama_Background_Day.png b/public/panorama/legacy_evolved_Panorama_Background_Day.png index c680c09..ccd8f51 100644 Binary files a/public/panorama/legacy_evolved_Panorama_Background_Day.png and b/public/panorama/legacy_evolved_Panorama_Background_Day.png differ diff --git a/public/panorama/legacy_evolved_Panorama_Background_Night.png b/public/panorama/legacy_evolved_Panorama_Background_Night.png index b915b51..aff9d05 100644 Binary files a/public/panorama/legacy_evolved_Panorama_Background_Night.png and b/public/panorama/legacy_evolved_Panorama_Background_Night.png differ diff --git a/src/components/views/SkinsView.tsx b/src/components/views/SkinsView.tsx index 5d19866..a73e862 100644 --- a/src/components/views/SkinsView.tsx +++ b/src/components/views/SkinsView.tsx @@ -19,6 +19,7 @@ const DEFAULT_SKINS: SavedSkin[] = [ { id: 'mr_anilex', name: 'mr_anilex', url: '/Skins/mr_anilex.png' }, { id: 'neoapps', name: 'neoapps', url: '/Skins/neoapps.png' }, { id: 'peter', name: 'Peter', url: '/Skins/Peter.png' }, + { id: 'piebot', name: 'piebot', url: '/Skins/piebot.png' } ]; const SkinsView = memo(function SkinsView() { diff --git a/src/hooks/useAudioController.ts b/src/hooks/useAudioController.ts index ce00d19..8158cbf 100644 --- a/src/hooks/useAudioController.ts +++ b/src/hooks/useAudioController.ts @@ -43,6 +43,7 @@ const SPLASHES = [ "Fat free!", "GOTY!", "Water proof!", "LALALA-LAVA", "CHICHICHI-CHICKEN", "Tasty ah hell", "1% sugar!", "150% hyperbole!", "Hotter than the sun!", "Woo, reddit!", "J'ai fait une blague à un poisson il m'a dit que c'était trop marin !", + "piebot was here!", "Legacy in an evolved manner." ]; interface AudioControllerProps {