|
|
发表于 2025-12-20 17:12:05
|
显示全部楼层
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "D:\main (1).py", line 758, in <module>
game.run()
File "D:\main (1).py", line 745, in run
self.world.draw(self.screen)
File "D:\main (1).py", line 630, in draw
enemy.draw(screen, self.camera_x)
File "D:\main (1).py", line 347, in draw
pygame.draw.circle(screen, COLORS['white'], (x + 10, self.y + 14), 3)
TypeError: integer argument expected, got float |
|