forked from PurpleBananass/Invaders
-
Notifications
You must be signed in to change notification settings - Fork 2
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
스킨을 상점에서 해금하는 기능 #22
Merged
Merged
스킨을 상점에서 해금하는 기능 #22
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
to limit skin select
Change mouse position when first entering
…ySkin # Conflicts: # src/engine/DrawManager.java # src/screen/SkinSelectionScreen.java
…you don't have enough money
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.
상점에 스킨 해금 버튼 (50원) 추가
해금되지 않은 스킨은 선택창에서 회색으로 표시
색상 선택 버튼 Y좌표 조절
스킨 선택 화면에서 스킨을 감싸는 사각형과 표시되는 글자의 위치 조정 (좌우대칭)
상점의 너무 어두웠던 글자들 밝은 회색으로 변경, 커서가 위치한 아이템의 글자를 초록으로 변경하는 기능 추가
상점에 처음 들어갔을 때 커서가 가운데 아이템에 위치 -> 첫번째 아이템에 위치하도록 수정
스킨 정보는 플레이어의 이름에 고유하게 저장되며 그를 위해 Player.java와 filemanager.java를 약간 수정하였음
만든 모든 코드에 대해 주석 설정해둠