Also include Pluto in the change of labels to globelabels

This commit is contained in:
Alexander Bock
2019-12-16 11:34:41 +01:00
parent d58df51cc5
commit f90fe90aae
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ local assetHelper = asset.require('util/asset_helper')
local transforms = asset.require('./transforms')
asset.require("spice/base")
asset.request('./trail')
local labelsPath = asset.require('./pluto_labels').LabelsPath
local labelsPath = asset.require('./pluto_globelabels').LabelsPath
@@ -63,7 +63,7 @@ local PlutoLabel = {
Identifier = "PlutoLabel",
Parent = Pluto.Identifier,
Renderable = {
Enabled = true,
Enabled = false,
Type = "RenderableLabels",
LabelText = "Pluto",
FontSize = 100.0,
@@ -73,6 +73,7 @@ local PlutoLabel = {
BlendMode = "Additive",
LabelOrientationOption = "Camera View Direction"
},
Tag = { "solarsystem_labels" },
GUI = {
Name = "Pluto Label",
Path = "/Solar System/Dwarf Planets/Pluto"