mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 13:28:55 -05:00
20 lines
494 B
Modula-2
20 lines
494 B
Modula-2
return {
|
|
-- NewHorizonsPath module
|
|
{
|
|
Name = "NewHorizonsPath",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderablePath",
|
|
Body = "NEW HORIZONS",
|
|
Frame = "GALACTIC",
|
|
Observer = "SUN",
|
|
RGB = { 0.8, 0.7, 0.7 },
|
|
Textures = {
|
|
Type = "simple",
|
|
Color = "textures/glare_blue.png",
|
|
-- need to add different texture
|
|
},
|
|
},
|
|
GuiName = "/Solar/NewHorizonsPath"
|
|
}
|
|
} |