From f90fe90aae2e6d52f98a76134bb2b2d7427bc9f7 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 16 Dec 2019 11:34:41 +0100 Subject: [PATCH] Also include Pluto in the change of labels to globelabels --- .../assets/scene/solarsystem/dwarf_planets/pluto/pluto.asset | 5 +++-- .../pluto/{pluto_labels.asset => pluto_globelabels.asset} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename data/assets/scene/solarsystem/dwarf_planets/pluto/{pluto_labels.asset => pluto_globelabels.asset} (100%) diff --git a/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto.asset b/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto.asset index db18a54cc1..ce98ef30f8 100644 --- a/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto.asset +++ b/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto.asset @@ -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" diff --git a/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto_labels.asset b/data/assets/scene/solarsystem/dwarf_planets/pluto/pluto_globelabels.asset similarity index 100% rename from data/assets/scene/solarsystem/dwarf_planets/pluto/pluto_labels.asset rename to data/assets/scene/solarsystem/dwarf_planets/pluto/pluto_globelabels.asset