Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 pygame 制作游戏,我想知道是否可以以某种方式做到这一点,如果你按一次空格键,一张图片会被涂抹,但如果你再次按空格键,另一张图片会被涂抹。
谢谢,维克多
哦是的。每次按空格键时增加一个变量。当它变为 2(或 2 的倍数)时,应该加载您的第二张图像。