Add opacity for text labels and fix constellation label opacity

This commit is contained in:
Emma Broman
2020-07-03 16:36:53 +02:00
parent bdb6e626ba
commit ef0eef842d
7 changed files with 63 additions and 5 deletions
@@ -20,6 +20,7 @@ local constellationsExtragalactic = {
File = speck .. "/constellationsEXGAL.speck",
LabelFile = speck .. "/constellationsEXGAL.label",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.4,
TextSize = 20.0,
TextMinSize = 20.0,
TextMaxSize = 30.0,
@@ -43,6 +44,7 @@ local constellations = {
File = speck .. "/constellations.speck",
LabelFile = speck .. "/constellations.label",
TextColor = { 0.8, 0.8, 0.8 },
TextOpacity = 0.3,
TextSize = 14.5,
TextMaxSize = 170.0,
TextMinSize = 8.0,