Reply to thread

1. To edit the colour in Nitro in your friends list.


If I'm not mistaken the assets that the FlashUI uses is a base64 image.


But if you want the path to edit that component, you would need the open source nitro which you can download from GitHub. And go to the following path:


/src/components/friends/FriendsView.scss.


The container is &.friend-bar-item-active


2. Game Center


This section is simpler, in your nitro configuration you will have a json called "ui-config.json" open it and edit the section "game.center.enabled": true to "game.center.enabled": false,


Top