|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
Traceback (most recent call last):
File "D:\python for pygame\飞机大战\main.py", line 405, in <module>
main()
File "D:\python for pygame\飞机大战\main.py", line 80, in main
me = myplane.MyPlane(bg_size)
File "C:\Users\guolei\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\sprite.py", line 124, in __init__
self.add(*groups)
File "C:\Users\guolei\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\sprite.py", line 142, in add
self.add(*group)
File "C:\Users\guolei\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\sprite.py", line 142, in add
self.add(*group)
TypeError: add() argument after * must be an iterable, not int
求大神讲解!! |
|