-
Notifications
You must be signed in to change notification settings - Fork 20
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
View.moveTo deprecated #8
Comments
Hi @pcorreia89! |
Hello, I might be a bit late, but I got this working on my machine @pcorreia89. The most up-to-date Korge lib as of November of 2023 requires the following implementation: blocks[id1]?.let { moveTo(it.bview, columnX(pos.x), rowY(pos.y), 0.15.seconds, Easing.LINEAR) } The newest @RezMike, I am finishing the tutorial and might open a PR with some fixes that were required to run the project with the most recently Korge lib. |
@g-marcondes thank you for your help, any PR will be welcome! |
Hi, I am trying to run this game locally and I am facing a few issues with one function which has been deprecated (View.moveTo). Also, I can't figure out how to solve it using animator as the documentation suggests.
blocks[id]!!.moveTo(columnX(pos.x), rowY(pos.y), 0.15.seconds, Easing.LINEAR)
It is important to highlight that I've updated this project with the following:
gradle-7.5-all.zip
korge-gradle-plugin 3.4.0
Could you please help me?
Thank you!
The text was updated successfully, but these errors were encountered: