I did a pull request that changes the logo clicking thing.
https://github.com/itdelatrisu/opsu/pull/2
If you click the logo and then again on the real osu!, it brings you to the Play menu.
Oh, and I get a nullpointerexception if I don't comment out lines 138 and 139 on OsuGroupList.java.
https://github.com/itdelatrisu/opsu/pull/2
If you click the logo and then again on the real osu!, it brings you to the Play menu.
Oh, and I get a nullpointerexception if I don't comment out lines 138 and 139 on OsuGroupList.java.
if (node.index == expandedIndex) // don't choose an expanded group node
node = node.next;