Posts by HgPFe • 1 point
2 posts
-
-1
votes0
answers24
viewsQ: Pylance does not recognize libraries in VS Code
I am developing a game with pygame and I feel the need to always see the modules, functions and parameters by the documentation, since for some reason, no suggestion appears when I type…
-
0
votes0
answers14
viewsQ: How to make an Sprite turn red and return to the original color?
I am recreating a game in pygame as a hobby, in this game I have a ship that can take a single shot or keep shooting if you hold the button, but the ship will heat up and gain a red coloring. But…