mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:37:56 +02:00
fix invisible characters from slack copying
This commit is contained in:
parent
3607a34f55
commit
c04a41c3cb
1 changed files with 2 additions and 4 deletions
|
@ -50,15 +50,13 @@ var COLORS_TELEPORT_CAN_TELEPORT = {
|
||||||
red: 97,
|
red: 97,
|
||||||
green: 247,
|
green: 247,
|
||||||
blue: 255
|
blue: 255
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
var COLORS_TELEPORT_CANNOT_TELEPORT = {
|
var COLORS_TELEPORT_CANNOT_TELEPORT = {
|
||||||
red: 0,
|
red: 0,
|
||||||
green: 121,
|
green: 121,
|
||||||
blue: 141
|
blue: 141
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
function ThumbPad(hand) {
|
function ThumbPad(hand) {
|
||||||
this.hand = hand;
|
this.hand = hand;
|
||||||
|
|
Loading…
Reference in a new issue