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

Se oscurece todo el juego por unos segundos. #399

Open
matisandacz opened this issue Apr 20, 2022 · 1 comment
Open

Se oscurece todo el juego por unos segundos. #399

matisandacz opened this issue Apr 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@matisandacz
Copy link
Contributor

matisandacz commented Apr 20, 2022

El juego se oscurece totalmente por unos segundos luego de que un PJ escribe en el chat y se borra el diálogo.

Para reproducirlo sin tener que esperar 30 segundos pueden cambiar la variable DEFAULT_TIME en la clase Dialog.

@cpbeto cpbeto added the bug Something isn't working label Apr 20, 2022
@bestiardo
Copy link
Contributor

Esto es interesante no solo oscurece el juego lo que para es que al parecer hace un efecto de desvanecimiento en las capas donde están los pisos, paredes y techo.

un fix rapido de esto es comentar la linea 97 de client/src/game/systems/render/world/DialogRenderingSystem.java.

si no entendí mal se debe al alfa de las imágenes en las distintas capas que esta siendo afectado por el alfa del dialog.

habría que investigar un poco mas para ver si se pueden separar el alfa de las distintas cosas así se le podría dar transparencia a los techos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants