Changed colors.

This commit is contained in:
Jonathas Costa
2020-06-13 10:24:54 -04:00
parent b83d41026f
commit 19c65047f8
@@ -24,7 +24,7 @@ local radio = {
Renderable = {
Type = "RenderableSphericalGrid",
Enabled = false,
Opacity = 0.3,
Opacity = 1.0,
GridColor = { 0.3, 0.84, 1.0},
LineWidth = 2.0,
GridMatrix = { -0.05487554, 0.4941095, -0.8676661 , 0.0,
@@ -50,7 +50,7 @@ local oort = {
Renderable = {
Type = "RenderableSphericalGrid",
Enabled = false,
Opacity = 0.25,
Opacity = 0.8,
GridColor = { 0.8, 0.4, 0.4},
LineWidth = 2.0,
GridMatrix = { -0.05487554, 0.4941095, -0.8676661 , 0.0,
@@ -76,7 +76,7 @@ local ecliptic = {
Renderable = {
Type = "RenderableSphericalGrid",
Enabled = false,
Opacity = 0.5,
Opacity = 1.0,
GridColor = { 0.74, 0.26, 0.26},
LineWidth = 2.0,
GridMatrix = { -0.05487554, 0.4941095, -0.8676661 , 0.0,
@@ -185,7 +185,7 @@ local galactic = {
Type = "RenderableSphericalGrid",
Enabled = false,
LineWidth = 2.0,
Opacity = 0.6,
Opacity = 1.0,
GridColor = { 0.0, 0.6, 0.6}
},
GUI = {