Small profile tweaks

This commit is contained in:
Emil Wallberg
2025-06-13 21:29:15 +02:00
parent 9fdc51bbd2
commit 151de3a2ff
2 changed files with 5 additions and 5 deletions

View File

@@ -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"
}
}

View File

@@ -1,11 +1,11 @@
{
"assets": [
"base_blank",
"blackholes/black_holes"
"blackholes/blackhole"
],
"camera": {
"aim": "",
"anchor": "black_hole",
"anchor": "blackhole",
"frame": "",
"position": {
"x": 0,