Rename Solar Glare and Solar Surface back to Sun Glare and Sun Surface to make it easier to find them in the menu

This commit is contained in:
Alexander Bock
2025-06-16 19:54:17 +02:00
parent 38dd5f8937
commit c164e378f1
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ local SunGlare = {
MultiplyColor = { 0.92, 0.93, 0.84 }
},
GUI = {
Name = "Solar Glare",
Name = "Sun Glare",
Path = "/Solar System/Sun",
Focusable = false,
Description = "Sun glare effect. Enabled by default instead of sun globe"

View File

@@ -18,7 +18,7 @@ local Sun = {
},
ApproachFactor = 15.0,
GUI = {
Name = "Solar Surface",
Name = "Sun Surface",
Path = "/Solar System/Sun",
Description = "Globe for the sun in our solar system"
}