Skip to content
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

Bug? #47

Open
Caterpie-poke opened this issue Aug 8, 2019 · 0 comments
Open

Bug? #47

Caterpie-poke opened this issue Aug 8, 2019 · 0 comments

Comments

@Caterpie-poke
Copy link

Caterpie-poke commented Aug 8, 2019

  • Worldの座標やBallのwidthなどを変数で決められない(Ballの座標には変数が使える)
w = 100
Ball(w, w, width=100)  # OK
Ball(100, 100, width=w)  # NG

  • 関数定義内で空行を入れると構文エラーになる
def hoge():
  n = 1

  m = 2  # 構文エラーです

  • isStatic=False が効かない
Ball(100, 100, width=100, isStatic=False)
Ball(100, 100, width=100, isStatic=(1==2))  # これもダメ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant