Closed darver closed 8 years ago
hi @darver please fix the remarks I have and push your branch to Github again to update the PR.
Okay, will do
It turns out the it was the preexisting code that had the tabs still in it. I made the requested changes and updated.
Oh, I also took out some of the gui because @danamuise will be replacing it anyway.
Looks good to me. I guess the code could be optmized by sending a request to the server to return the top n players as an array instead of hardcoding the 3 top players. But that's more of an improvement.
:+1:
Feel free to merge.
Cool. I can let my server guy know.
I added classes that make network requests and provide callbacks with the TopPlayer and CurrentlyOnline info. Left an example of the code implementation in the GameResources folder.