mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-30 22:02:27 +00:00
change legacyevolved panorama to tu31's (#42)
* change legacyevolved panorama to tu31's * fix splash * change SkinsView.tsx --------- Co-authored-by: piebot <piebot00@gmail.com>
This commit is contained in:
parent
f77e9f0ffd
commit
5da3b1b348
BIN
public/Skins/piebot.png
Normal file
BIN
public/Skins/piebot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 677 B |
Binary file not shown.
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 145 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 135 KiB |
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue