英文: When R is pressed. Call a function that resets all variables to default 问题 我无法制作重新启动按钮,请帮助我,我想在我...
为什么我将对象添加到它时,我的sprite.Group列表为空?
英文: why is my sprite.Group list empty when I add objects to it? 问题 当 bullet_group 中存储的对象数量超过 3 个时,我希...
My pygame slider moves back to the default position when mouse click is released rather than staying where it was left
英文: My pygame slider moves back to the default position when mouse click is released rather than sta...
PyGame的碰撞器不随窗口缩放。
英文: PyGame colliders don't scale with window 问题 我应该指出我是一个PyGame的初学者。我已经制作了一个使用PyGame在屏幕上显示一些简单图形...
“Maximize” pygame window
英文: "Maximize" pygame window 问题 如何在pygame中“最大化”窗口,我指的是这个: 而不是这个: 您有任何关于如何完成这个任务的想法吗? 英文: H...
如何根据它们的位置显示瓦片?
英文: How do i display tiles depending where they are? 问题 我应该如何制作一种算法,根据周围的瓷砖显示正确的图像。 这只是我定义我的关卡的方式,然后...
未能在 Pygame 中正确加载国际象棋棋盘。
英文: Failure to properly load a chess board in Pygame 问题 我正在尝试创建一个国际象棋图形用户界面(GUI)。当玩家为白色时,一切都能正常加载。但是...
乒乓球游戏,但球出了窗户
英文: Pong game, but the ball goes out of the window 问题 我编写了一个乒乓球游戏,但是球会飞出窗口。 import pygame pygame.ini...
PyGame 矢量单独重力功能不起作用。
英文: PyGame Vector Only Gravity Function not Working 问题 在PyGame中创建仅使用向量的游戏(移动和位置使用向量),并尝试创建以行星为中心的引力时...
围绕中心旋转玩家可以正常运作,但与墙壁的碰撞不再起作用。
英文: rotating player around center works but collisions with walls don't anymore 问题 我可以平滑地围绕玩家的中心...
5