Skip to content

Commit

Permalink
Merge pull request #4 from ChisatoNishikigi73/main
Browse files Browse the repository at this point in the history
Add particle effects to the world page
  • Loading branch information
Yue-plus authored Sep 29, 2024
2 parents 0d53ec8 + f2c5415 commit e43e2ed
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 23 deletions.
Binary file added public/images/rhodes_island.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Init.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function Init() {

<div className="flex items-center justify-center mb-[2vw]">
<TitleArknights
className={`w-[13vw] h-[17vw] max-w-full text-[${commonColor}]`}
className={`w-[13vw] h-[17vw] max-w-full text-[rgb(164,164,164)]`}
/>
</div>

Expand Down Expand Up @@ -185,7 +185,7 @@ export function Init() {
<div className="flex-grow" />
</div>

<div
{/* <div
ref={listRef}
className="absolute bottom-[2vw] left-[2vw] text-[0.8vw] text-white max-h-[20vh] overflow-y-auto opacity-50"
>
Expand All @@ -199,7 +199,7 @@ export function Init() {
{$isInitialized ? "背景图片加载成功" : "正在加载背景图片..."}
</p>
<p>加载进度:{Math.round(progress)}%</p>
</div>
</div> */}
</div>
);
}
Loading

0 comments on commit e43e2ed

Please sign in to comment.