Feat/polish-mission1 #12

Merged
math-pixel merged 42 commits from feat/polish-mission1 into develop 2026-06-01 21:51:09 +00:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit c33d973f12 - Show all commits
BIN
View File
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -20,7 +20,7 @@ export function SiteMobileBlocker(): React.JSX.Element {
}} }}
> >
<img <img
src="/assets/logo/logo.jpg" src="/assets/logo.png"
alt="Logo Altera" alt="Logo Altera"
style={{ width: 120, height: "auto" }} style={{ width: 120, height: "auto" }}
/> />
+1 -1
View File
@@ -1,7 +1,7 @@
import type { SceneLoadingState } from "@/types/world/sceneLoading"; import type { SceneLoadingState } from "@/types/world/sceneLoading";
const LOADING_BACKGROUND_PATH = "/assets/bg-site.png"; const LOADING_BACKGROUND_PATH = "/assets/bg-site.png";
const LOADING_LOGO_PATH = "/assets/logo/logo.jpg"; const LOADING_LOGO_PATH = "/assets/logo.png";
for (const path of [LOADING_BACKGROUND_PATH, LOADING_LOGO_PATH]) { for (const path of [LOADING_BACKGROUND_PATH, LOADING_LOGO_PATH]) {
const image = new Image(); const image = new Image();