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

Smoother fade-in for "stamina low" overlay/billboard #1

Open
keyspace opened this issue Sep 11, 2020 · 0 comments
Open

Smoother fade-in for "stamina low" overlay/billboard #1

keyspace opened this issue Sep 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@keyspace
Copy link
Owner

Currently the "stamina low" overlay's alpha value is changed by the client as it's received from the server. This makes it somewhat "choppy" (once every 6 ticks/frames), and requires frequent updates (6 vs. 60) for the same reason.

If instead it transitioned from "previous value" to "current value" instead, according to the same curve as server-side, then its alpha can be updated client-side every tick/frame.

@keyspace keyspace added the enhancement New feature or request label Sep 11, 2020
@keyspace keyspace changed the title Smoother "stamina low" fade-in Smoother fade-in for "stamina low" overlay/billboard Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant