Don't show the GanymedePosition in the Scene menu and place it in the correct folder

This commit is contained in:
Alexander Bock
2025-07-01 14:58:16 +02:00
parent 8162353fe4
commit b9d8a582e9

View File

@@ -43,8 +43,9 @@ local GanymedePosition = {
}
},
GUI = {
Path = "/Solar System/Planets/Jupiter/Moons",
Description = "Ganymede's position relative to Jupiter as an inertial reference frame"
Path = "/Solar System/Planets/Jupiter/Major Moons/Ganymede",
Description = "Ganymede's position relative to Jupiter as an inertial reference frame",
Hidden = true
}
}