This commit is contained in:
沈瑗杰 2021-03-20 10:56:08 +08:00
parent dd87c38eaa
commit f8fa90f55b
2 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def log_level(level):
def C_R_P(position, degrees): # stand for calculation
"""
very thanks for lenny from pyglet delvoper
https://github.com/LennyPhoenix
this part of code is write by him
"""
radians = degrees * (math.pi / 180)

View File

@ -1,4 +1,10 @@
"""
这个测试主要是为了测试关于旋转的按钮碰撞箱判定的
感谢孙老师/
下周就要学一次函数了
"""
import turtle
import random