-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would love to be able to change MY colour #16
Comments
The colors are statically defined in this file:
./tt/classes/com/oddlabs/tt/player/Player.java
For example:
public static final float[][] COLORS = {{1f, .75f, 0f, 1f},
{0f,
.5f, 1f, 1f},
{1f, 0f,
.25f, 1f},
{0f, 1f,
.75f, 1f},
{.75f,
0f, 1f, 1f},
{.75f,
1f, 0f, 1f},
{0f,
.4f, 0f, 1f},
{1f,
.6f, .8f, 1f}};
You will need to build the client once you have settled on an agreeable
color.
If you are running the pre-built binary, you will have to learn to live
with it.
Best Regards.
…On Sun, Apr 16, 2017 at 7:27 AM, EwanWeldon ***@***.***> wrote:
the only thing i dislike about this is its impossible to change your
colour if there was a way i would love to know
p.s: on a mac
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AIS6jd9_CMqD-8LDIGWN7vHUbi9faHCcks5rwiVXgaJpZM4M-o9A>
.
|
so say i did how would i go around changing it what values do i have to change this is still Ewan fyi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the only thing i dislike about this is its impossible to change your colour if there was a way i would love to know
p.s: on a mac
The text was updated successfully, but these errors were encountered: