-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
김현준 수정 #1
Open
clipnpaper
wants to merge
15
commits into
main
Choose a base branch
from
text_stagetwo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
김현준 수정 #1
Conversation
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
gitignore 빼먹어서 쓰기 |
Main과 Merge, HintSystem 연결
UI 깨짐 원인 발견 후 수정, txt를 이미지로 변경, 2스테이지 로그인 버튼 더 많이 움직이게 변경
…into text_stagetwo
1212
함정 추가
다음 씬으로 이동하는 btn system 수정.
GameManager.cs의 OnLevelStart()에서 매 실행시마다 힌트매니저를 탐색해 다시 로드하도록 수정
StageOne, StageTwo, StageThree에 hintButton 컴포넌트를 연결해 hintPanel을 등장시키도록 함 TODO: 힌트 버튼 이미지 설정
StageTwo 힌트 내용 연결 완료 StageThree 힌트가 순간 3에서 1로 바뀌는 오류 있음
admin -> sfzom 1234 -> 2345 (가장 오른쪽에 있는 문자열은 가장 왼쪽 문자열로 순환되게 작동됨
PlayerPrefs를 사용한 플레이어 아이디 및 비밀번호 저장
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hintPanel 연결, Stage별로 Scene 나누기, Stage2 제작