mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +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,
|
||||
green: 247,
|
||||
blue: 255
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
var COLORS_TELEPORT_CANNOT_TELEPORT = {
|
||||
red: 0,
|
||||
green: 121,
|
||||
blue: 141
|
||||
};
|
||||
|
||||
|
||||
function ThumbPad(hand) {
|
||||
this.hand = hand;
|
||||
|
|
Loading…
Reference in a new issue