Changing sphere color
How to change sphere color.
What's needed?
Basically RGB color that you desire.
Applying
To change sphere color headover to the /shared/config.lua and find:
Config.SphereColor = {255, 255, 255}Here you need to change table {255, 255, 255} to match your desired color. By default 255, 255, 255 means white color.
Last updated