From 47a657d7f3a8337173bbe885d3c9c242f86e98e0 Mon Sep 17 00:00:00 2001 From: Jonathas Costa Date: Thu, 5 Jul 2018 10:34:31 -0400 Subject: [PATCH] Enabled Void's labels by default and changed Local Dwarfs' labels size. --- data/assets/scene/digitaluniverse/localdwarfs.asset | 2 +- data/assets/scene/digitaluniverse/voids.asset | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/assets/scene/digitaluniverse/localdwarfs.asset b/data/assets/scene/digitaluniverse/localdwarfs.asset index ba1354bb43..b31b13d09e 100644 --- a/data/assets/scene/digitaluniverse/localdwarfs.asset +++ b/data/assets/scene/digitaluniverse/localdwarfs.asset @@ -29,7 +29,7 @@ local object = { LabelFile = speck .. "/localdwarfs.label", TextColor = { 0.3, 0.3, 1.0, 1.0 }, ScaleFactor = 478, - TextSize = 19.2, + TextSize = 18.3, TextMinSize = 7.3, Unit = "Mpc" }, diff --git a/data/assets/scene/digitaluniverse/voids.asset b/data/assets/scene/digitaluniverse/voids.asset index 605e2c8a97..c6684a28c8 100644 --- a/data/assets/scene/digitaluniverse/voids.asset +++ b/data/assets/scene/digitaluniverse/voids.asset @@ -14,11 +14,12 @@ local object = { Renderable = { Type = "RenderableBillboardsCloud", Enabled = false, + DrawLabels = true, Color = { 1.0, 1.0, 1.0 }, Transparency = 0.65, LabelFile = speck .. "/voids.label", TextColor = { 0.0, 0.4, 0.7, 1.0 }, - TextSize = 21.9, + TextSize = 20.9, TextMinSize = 8.0, Unit = "Mpc" },