We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eliminar los siguientes métodos que ahora deberían tener una alternativa mejor:
whenKeyPressedDo
keyboard.onPressDo()
removeTickEvent
tick
The text was updated successfully, but these errors were encountered:
ok con whenKeyPressedDo removeTickEvent se usa en muchisimos juegos, no está bueno deprecarlo tan rápido.
uno que se puede deprecar es addVisualIn y addVisualCharacterIn
addVisualIn
addVisualCharacterIn
Sorry, something went wrong.
No branches or pull requests
Eliminar los siguientes métodos que ahora deberían tener una alternativa mejor:
whenKeyPressedDo
(reemplazado porkeyboard.onPressDo()
)removeTickEvent
(reemplazado por el objetotick
)The text was updated successfully, but these errors were encountered: