From 151de3a2ff132998a7587e8cd02316ce6b722de4 Mon Sep 17 00:00:00 2001 From: Emil Wallberg Date: Fri, 13 Jun 2025 21:29:15 +0200 Subject: [PATCH] Small profile tweaks --- .../blackholes/{black_holes.asset => blackhole.asset} | 6 +++--- data/profiles/black_hole.profile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename data/assets/blackholes/{black_holes.asset => blackhole.asset} (88%) diff --git a/data/assets/blackholes/black_holes.asset b/data/assets/blackholes/blackhole.asset similarity index 88% rename from data/assets/blackholes/black_holes.asset rename to data/assets/blackholes/blackhole.asset index 95ba8db87d..084f07f21c 100644 --- a/data/assets/blackholes/black_holes.asset +++ b/data/assets/blackholes/blackhole.asset @@ -11,7 +11,7 @@ local colormaps = asset.resource({ local Node = { - Identifier = "black_hole", + Identifier = "blackhole", Transform = { Translation = { Type = "StaticTranslation", @@ -24,8 +24,8 @@ local Node = { ColorMap = colormaps .. "colorbv.cmap", }, GUI = { - Name = "black_hole", - Path = "/black_holes" + Name = "Black Hole", + Path = "/blackhole" } } diff --git a/data/profiles/black_hole.profile b/data/profiles/black_hole.profile index 2138566a2c..1cde71bc03 100644 --- a/data/profiles/black_hole.profile +++ b/data/profiles/black_hole.profile @@ -1,11 +1,11 @@ { "assets": [ "base_blank", - "blackholes/black_holes" + "blackholes/blackhole" ], "camera": { "aim": "", - "anchor": "black_hole", + "anchor": "blackhole", "frame": "", "position": { "x": 0,