Pygame_一个图形绕着另一个旋转-anchor的使用
摘要:
WIDTH= 800HEIGHT= 600 sun= Actor("sun")earth= Actor("earth",anchor = (100+50,250+50)) sun.x= WIDTH/2sun.y = HEIGHT/2earth.x=WIDTH/2earth.x=WIDTH/2 def 阅读全文
posted @ 2021-10-05 22:11 小白随笔5946 阅读(395) 评论(0) 推荐(0) 编辑