Add initial implementation of rings for Saturn

This commit is contained in:
Alexander Bock
2016-07-29 07:54:16 +02:00
parent 0c3b2c55d9
commit 635ce1713b
10 changed files with 440 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
return {
FileRequest = {
{ Identifier = "saturn_textures", Destination = "textures", Version = 1 }
{ Identifier = "saturn_textures", Destination = "textures", Version = 2 }
},
}
+11
View File
@@ -42,6 +42,17 @@ return {
},
GuiName = "/Solar/Planets/Saturn"
},
{
Name = "SaturnRings",
Parent = "Saturn",
Renderable = {
Type = "RenderableRings",
Frame = "IAU_SATURN",
Texture = "textures/saturn_rings.png",
Size = { 0.140220, 9.0 }
},
},
-- SaturnTrail module
{
Name = "SaturnTrail",