Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RESYNC

A puzzle game where you alter the paths of your past selves. · By Ghast

I have some questions

A topic by Python-ZZY created Aug 23, 2022 Views: 175 Replies: 4
Viewing posts 1 to 3

So great! But I don't know how to make the mouse cursor like this.And I don't know the role of the module "src.utils.profiling" .Could you help me?

Sorry, I can't speak English well.

Developer

Thanks! The documentation for how to set up custom cursors in pygame is here: https://www.pygame.org/docs/ref/cursors.html
And src.utils.profiling is a module I wrote (using cProfile) that I used to help identify performance bottlenecks during development. The idea is that you toggle it on, wait a bit (while the game is running), and then toggle it off, and it prints a report of which methods were called during that period and how long they took.

For more pygame-specific questions I'd urge you to check out the pygame community discord, where lots of experienced pygamers can help with stuff like this!

Thanks a lot! I see "pydbag" module.I had a try, but failed.I could only see the page with a label "Downloads" on "<a href="http://localhost:8000" .and"="">http://localhost:8000".And</a> there's no change for minutes.Need I use VPN?

Err...Why can't I send messages at the pygame commnunity?

Developer

The #server-guide channel describes the process - you have to react to the message at the bottom of #server-guide (with an emoji) and also some things in #roles before you can chat freely. I think that's it, if you're still having issues you can message a moderator though. And I'm not quite following what you're talking about in the previous message (about pydbag, perhaps you meant, "pygbag"? The #pygame-web might be able to help with that though). Anyways, I hope you're able to find solutions to these things!