mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Fix teleport seat beam color to match model
This commit is contained in:
parent
aa94106229
commit
f5f7cc5266
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ var TARGET_MODEL_DIMENSIONS = {
|
|||
};
|
||||
|
||||
var COLORS_TELEPORT_SEAT = {
|
||||
red: 0,
|
||||
red: 255,
|
||||
green: 0,
|
||||
blue: 255
|
||||
blue: 170
|
||||
}
|
||||
|
||||
var COLORS_TELEPORT_CAN_TELEPORT = {
|
||||
|
|
Loading…
Reference in a new issue