\lenny/
This commit is contained in:
parent
dd87c38eaa
commit
f8fa90f55b
@ -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)
|
||||
|
@ -1,4 +1,10 @@
|
||||
|
||||
"""
|
||||
这个测试主要是为了测试关于旋转的按钮碰撞箱判定的
|
||||
感谢孙老师/
|
||||
(下周就要学一次函数了
|
||||
"""
|
||||
|
||||
import turtle
|
||||
import random
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user