Open Issues Need Help
View All on GitHub Software Development • Game Development
AI Summary: The player sprite exhibits a jittering animation when landing on a solid surface. This issue appears to be related to how the camera follows the player, as the camera's position is updated in the main game loop. The provided code snippet shows the camera's scrolling logic.
Complexity:
3/5
bug good first issue invalid
Getting back into pygame development by following along with a YouTube tutorial video for making a 2D platformer by DaFluffyPotato
Python
#game-development#gamedev#pixel-art#pygame-ce#python3