How to make Hiscore/Ranking Scrolls? (After Lua Refactor) #3561
Unanswered
CableDorado2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before the Lua refactoring (Ikemen GO v0.99), I could move or add any element on the Hiscore Screen by modifying the
function start.f_hiscore(). For scrolling, was about edit it setting a custom variable for the Y-axis arguments.However, since the
function start.f_hiscore()is no longer available in Ikemen Go Nightly Builds after lua refactor, we can no longer directly update or modify the behavior of this screen using Lua in thestart.luascript.Therefore, I'm wondering if it's possible to modify some of the behavior of Hiscore Screen to, for example, move certain elements like the video below using Lua without modifying the source code?
sf4.rankings.mp4
All reactions