mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-07 17:52:35 +00:00
feat: rebrand Legacy Evolved into neoLegacy
This commit is contained in:
parent
d744b43d44
commit
1e5ea97e86
|
|
@ -211,9 +211,9 @@ const WorkshopView = memo(function WorkshopView() {
|
|||
<div
|
||||
className="w-[95%] flex-1 relative overflow-hidden"
|
||||
style={{
|
||||
backgroundImage: "url('/images/frame_background.png')",
|
||||
backgroundSize: '100% 100%',
|
||||
imageRendering: 'pixelated',
|
||||
// backgroundImage: "url('/images/frame_background.png')",
|
||||
// backgroundSize: '100% 100%',
|
||||
// imageRendering: 'pixelated',
|
||||
minHeight: '430px',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
import { useState, useEffect, useCallback, useMemo } from "react";
|
||||
import { TauriService } from "../services/TauriService";
|
||||
|
||||
import { getCurrentWindow } from "@tauri-apps/api/window";
|
||||
const BASE_EDITIONS = [
|
||||
{
|
||||
id: "legacy_evolved", //neo: yes. we're not changing the ID. that will break user data.
|
||||
name: "neoLegacy",
|
||||
desc: "Backporting newer title updates back to LCE",
|
||||
desc: "Backporting newer title updates and Minigames back to LCE",
|
||||
url: "https://codeberg.org/piebot/LegacyEvolved/releases/download/nightly/LCEWindows64.zip",
|
||||
titleImage: "/images/minecraft_title_neoLegacy.png",
|
||||
supportsSlimSkins: true,
|
||||
|
|
@ -164,6 +164,7 @@ export function useGameManager({
|
|||
setError(null);
|
||||
setIsGameRunning(true);
|
||||
try {
|
||||
getCurrentWindow().minimize();
|
||||
await TauriService.launchGame(profile, PARTNERSHIP_SERVERS);
|
||||
} catch (e: any) {
|
||||
console.error(e);
|
||||
|
|
|
|||
Loading…
Reference in a new issue