mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
colors back to blue and red
This commit is contained in:
parent
9240672c9d
commit
05e3a8613a
1 changed files with 6 additions and 6 deletions
|
@ -61,15 +61,15 @@ var DISTANCE_HOLDING_UNITY_DISTANCE = 6; // The distance at which the distance
|
|||
var MOVE_WITH_HEAD = true; // experimental head-control of distantly held objects
|
||||
|
||||
var COLORS_GRAB_SEARCHING_HALF_SQUEEZE = {
|
||||
red: 161,
|
||||
green: 108,
|
||||
blue: 238
|
||||
red: 10,
|
||||
green: 10,
|
||||
blue: 255
|
||||
};
|
||||
|
||||
var COLORS_GRAB_SEARCHING_FULL_SQUEEZE = {
|
||||
red: 255,
|
||||
green: 97,
|
||||
blue: 129
|
||||
red: 250,
|
||||
green: 10,
|
||||
blue: 10
|
||||
};
|
||||
|
||||
var COLORS_GRAB_DISTANCE_HOLD = {
|
||||
|
|
Loading…
Reference in a new issue