This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Add player moving, Up&Down Limit, Background Moving#13
Open
myksh0324 wants to merge 4 commits intotasdikrahman:masterfrom
Open
Add player moving, Up&Down Limit, Background Moving#13myksh0324 wants to merge 4 commits intotasdikrahman:masterfrom
myksh0324 wants to merge 4 commits intotasdikrahman:masterfrom
Conversation
|
verified it, thanks for sharing. |
koutoftimer
suggested changes
Sep 8, 2021
koutoftimer
left a comment
There was a problem hiding this comment.
All those comments have to be removed, can't see what was changed behind them.
Comment on lines
+1
to
+13
| #!/usr/bin/env python #시스템 환경 변수를 파이썬으로 합니다. | ||
| # -*- coding: utf-8 -*- #인코딩 방식은 utf-8을 이용합니다. | ||
| # @Author: tasdik #저작자: tasdik | ||
| # @Contributers : Branden (Github: @bardlean86) #컨트리뷰터(기여자): Branden | ||
| # @Date: 2016-01-17 #날짜: 2016-01-17 | ||
| # @Email: prodicus@outlook.com Github: @tasdikrahman #이메일 주소 | ||
| # @Last Modified by: tasdik #최근 수정자 | ||
| # @Last Modified by: Branden #최근 수정자 | ||
| # @Last Modified by: Dic3 #최근 수정자 | ||
| # @Last Modified time: 2016-10-16 ##최근 수정 시간 | ||
| # MIT License. You can find a copy of the License @ http://prodicus.mit-license.org MIT 라이센스. 당신은 위 주소에서 라이센스 사본을 볼 수 있습니다. | ||
| ## Game music Attribution #게임음악 속성은 아래와 같습니다. |
There was a problem hiding this comment.
Are you sure you want to add every possible language here to do not offend anyone?
In my opinion, it have to be removed.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add player moving, Up&Down Limit, Background Moving