Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move skills cooldown out of process call #180

Open
rafaelcastrocouto opened this issue Feb 17, 2023 · 1 comment
Open

move skills cooldown out of process call #180

rafaelcastrocouto opened this issue Feb 17, 2023 · 1 comment

Comments

@rafaelcastrocouto
Copy link
Member

No description provided.

@WhalesState
Copy link
Contributor

We can Achieve this with Timers and Signals, adding a code inside process or Physics process will have bad impact on the fps and we should do this when there is no any other options. For example to update the map, we can create a timer that emits every 1 second, and it updates the minimap instead of making the code inside process which will be called every frame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants