-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from NARARIA03/main
Fix: 효과음 버그 수정, 텍스트 수정(해파리 충돌, 리더보드, 튜토리얼), 리더보드, 회원가입, 랜딩 페이지 수정, 어드민 페이지 정렬 수정
- Loading branch information
Showing
17 changed files
with
84 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
export const tutorialDataList = [ | ||
{ | ||
title: "게임 소개 1", | ||
title: "바다 이야기에 오신 것을 환영합니다", | ||
description: | ||
"게임 소개 1 Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga iure nisi illo dicta. Quasi explicabo, ullam aut quidem voluptate consectetur soluta possimus commodi non fuga quos, reiciendis magni maxime id.", | ||
"이곳은 환경 보존의 마지막 보루인 마린시아로, 이곳을 지킬 용사로 당신을 초대하였습니다. 부디 환경 수호를 위해 함께해 주세요. ", | ||
}, | ||
{ | ||
title: "게임 소개 2", | ||
title: "플레이 방법", | ||
description: | ||
"게임 소개 2 Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga iure nisi illo dicta. Quasi explicabo, ullam aut quidem voluptate consectetur soluta possimus commodi non fuga quos, reiciendis magni maxime id.", | ||
"방향키를 활용해 해변으로 출동하여 모험을 시작합니다. 마린시아의 정기를 받으며 쓰레기를 수집하는 당신의 사명감과, 용사들과의 경쟁을 통해 사기를 끌어올릴 수 있습니다.", | ||
}, | ||
{ | ||
title: "게임 소개 3", | ||
title: "플레이 방법", | ||
description: | ||
"게임 소개 3 Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga iure nisi illo dicta. Quasi explicabo, ullam aut quidem voluptate consectetur soluta possimus commodi non fuga quos, reiciendis magni maxime id.", | ||
"수집한 쓰레기는 해변으로 복귀하여 상점(우측 하단)에서 재화로 환전해 장비를 구매할 수 있습니다. 상점으로 가 스페이스바를 클릭해 상점에 입장하세요. 더욱 강화된 장비를 통해 마린시아을 지켜주세요.", | ||
}, | ||
{ | ||
title: "게임 소개 4", | ||
title: "플레이어 신고", | ||
description: | ||
"게임 소개 4 Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga iure nisi illo dicta. Quasi explicabo, ullam aut quidem voluptate consectetur soluta possimus commodi non fuga quos, reiciendis magni maxime id.", | ||
"마린시아 수호의 임무를 저해하는 용사들은 우리와 함께 할 수 없습니다. 플레이어를 클릭한 후 신고를 통해 신속히 처단하세요.", | ||
}, | ||
{ | ||
title: "게임 소개 5", | ||
title: "건투를 빕니다!", | ||
description: | ||
"게임 소개 5 Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga iure nisi illo dicta. Quasi explicabo, ullam aut quidem voluptate consectetur soluta possimus commodi non fuga quos, reiciendis magni maxime id.", | ||
"이제 모든 준비는 끝났습니다. 마린시아 수호에 참여할 용사님의 행운을 빌게요!", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css"); | ||
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
html { | ||
font-family: "Pretendard", sans-serif; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,6 @@ export type ObjectPos = { | |
|
||
export type TopUser = { | ||
userId: string; | ||
nickName: string; | ||
trashAmount: number; | ||
}; |