Difficult-Rocket/tests/many_test_of_hitbox.py

15 lines
222 B
Python
Raw Normal View History

2021-03-20 10:52:40 +08:00
2021-03-20 10:56:08 +08:00
"""
这个测试主要是为了测试关于旋转的按钮碰撞箱判定的
感谢孙老师/
下周就要学一次函数了
"""
2021-03-20 10:52:40 +08:00
import turtle
import random
t = turtle
t.speed = 0
t.goto(10,10)
t.goto(20,100)
input()