From 965aa7f7661b737fd1789a6af5ef46fff1085a7a Mon Sep 17 00:00:00 2001 From: Malin E Date: Mon, 21 Mar 2022 17:22:02 +0100 Subject: [PATCH] Adjust JWST and lagrange point labels --- data/assets/scene/solarsystem/missions/jwst/jwst.asset | 7 +++---- .../solarsystem/planets/earth/lagrange_points/L1.asset | 2 +- .../solarsystem/planets/earth/lagrange_points/L2.asset | 4 ++-- .../solarsystem/planets/earth/lagrange_points/L4.asset | 2 +- .../solarsystem/planets/earth/lagrange_points/L5.asset | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/data/assets/scene/solarsystem/missions/jwst/jwst.asset b/data/assets/scene/solarsystem/missions/jwst/jwst.asset index 934ec4c2f6..fba53053eb 100644 --- a/data/assets/scene/solarsystem/missions/jwst/jwst.asset +++ b/data/assets/scene/solarsystem/missions/jwst/jwst.asset @@ -132,12 +132,11 @@ local JWSTLabel = { End = "2024 JAN 22" }, Renderable = { - Enabled = true, Type = "RenderableLabels", Text = "JWST", - FontSize = 20, - Size = 6.25, - MinMaxSize = { 1.0, 100.0 }, + FontSize = 50, + Size = 6.5, + MinMaxSize = { 4.0, 30.0 }, OrientationOption = "Camera View Direction", BlendMode = "Normal", EnableFading = false diff --git a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L1.asset b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L1.asset index 74c4c395e7..3f63961275 100644 --- a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L1.asset +++ b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L1.asset @@ -58,7 +58,7 @@ local L1Label = { Renderable = { Type = "RenderableLabels", Text = "L1", - FontSize = 20, + FontSize = 50, Size = 7.5, MinMaxSize = { 1.0, 100.0}, OrientationOption = "Camera View Direction", diff --git a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset index de2087728a..38c29e809b 100644 --- a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset +++ b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L2.asset @@ -76,7 +76,7 @@ local L2SmallLabel = { Renderable = { Type = "RenderableLabels", Text = "L2", - FontSize = 20.0, + FontSize = 50.0, Size = 6.0, MinMaxSize = { 1.0, 100.0 }, OrientationOption = "Camera View Direction", @@ -97,7 +97,7 @@ local L2Label = { Renderable = { Type = "RenderableLabels", Text = "L2", - FontSize = 20, + FontSize = 50, Size = 7.5, MinMaxSize = { 1.0, 100.0}, OrientationOption = "Camera View Direction", diff --git a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L4.asset b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L4.asset index 96a38c7c1b..4d86d8259c 100644 --- a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L4.asset +++ b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L4.asset @@ -58,7 +58,7 @@ local L4Label = { Renderable = { Type = "RenderableLabels", Text = "L4", - FontSize = 20, + FontSize = 50, Size = 8.5, MinMaxSize = { 1.0, 100.0 }, OrientationOption = "Camera View Direction", diff --git a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L5.asset b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L5.asset index ac382ac816..e49cc30bd1 100644 --- a/data/assets/scene/solarsystem/planets/earth/lagrange_points/L5.asset +++ b/data/assets/scene/solarsystem/planets/earth/lagrange_points/L5.asset @@ -58,7 +58,7 @@ local L5Label = { Renderable = { Type = "RenderableLabels", Text = "L5", - FontSize = 20, + FontSize = 50, Size = 8.5, MinMaxSize = { 1.0, 100.0 }, OrientationOption = "Camera View Direction",