fix invisible characters from slack copying

This commit is contained in:
James B. Pollack 2016-07-22 16:51:42 -07:00
parent 3607a34f55
commit c04a41c3cb

View file

@ -50,15 +50,13 @@ var COLORS_TELEPORT_CAN_TELEPORT = {
red: 97,
green: 247,
blue: 255
};
}
var COLORS_TELEPORT_CANNOT_TELEPORT = {
red: 0,
green: 121,
blue: 141
};
function ThumbPad(hand) {
this.hand = hand;