英文: How do I "Push" an object (crate) with another object (player) in Pygame? 问题 我正在尝试使用Py...
如何在Pygame中更改分辨率后保存图像?
英文: How to save an image after changing its resolution in Pygame? 问题 目前,我是初学者,对于Pygame还不太熟悉,一直在尝试让用户...
TypeError: 对于 ‘pygame.time.Clock’ 对象,’tick’ 描述符不适用于 ‘int’ 对象
英文: TypeError: descriptor 'tick' for 'pygame.time.Clock' objects doesn't apply t...
在Pygame中,一个精灵在无限循环中上下移动。
英文: Sprite in Pygame moving up and down in a endless loop 问题 不了解pygame,所以我只是复制了pygame.org上的教程,精灵只是在一...
Pygame 不识别我的路径,但 VS Code 可以识别?
英文: Pygame not recognizing my path but VS Code does? 问题 **我的PYTHON版本是3.10** **我的PYGAME版本是2.1.3** 我遇到...
我是Python和Pygame的初学者,我不知道我在这里做错了什么。
英文: im a python and pygame beginner and i dont know what i did wrong here 问题 import pygame running =...
Pygame的display.update()刷新整个窗口的宽度,而不仅仅是请求的矩形部分。
英文: Pygame display.update() refreshes the whole width of window instead of requested Rect only 问题 I'...
Group.lostsprites属性在pygame中是用来跟踪已从组中移除的精灵数量的。
英文: What is the Group.lostsprites attribute for in pygame? 问题 在pygame中,groups具有一个lostsprites属性。这个属性用...
传递`special_flags`参数给pygame中的group.draw。
英文: Pass `special_flags` argument to group.draw in pygame 问题 有没有办法将 `special_flags` 参数传递给 `Group.dra...
如何使用for循环批量缩放多个图像?
英文: How to scale multiple images with a for loop? 问题 我正在尝试使用for循环来遍历一组self类。我希望给它们都应用相同的缩放。 def __in...
5