mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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