some style in asset files

This commit is contained in:
Lovisa Hassler
2018-12-19 19:13:39 -05:00
parent b9b64ddd2b
commit d26b8b85f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---------------------------------------------------------------------------------------------------
----- The maps in this file are used to keep the SceneGraphNode identifiers for each spacecraft ---
----- up to date with labels and dsn signal data among other things ---
----- up to date with the labels and dsn signal data among other things ---
---------------------------------------------------------------------------------------------------
local Voyager1Asset = asset.require('scene/solarsystem/missions/voyager1/voyager1')

View File

@@ -53,4 +53,4 @@ asset.export("spacecraftID", spacecraftID)
assetHelper.registerSceneGraphNodesAndExport(asset, {
MarsOdyssey,
MarsOdysseyModel
})
})

View File

@@ -59,4 +59,4 @@ asset.export("spacecraftID", spacecraftID)
assetHelper.registerSceneGraphNodesAndExport(asset, {
StereoA,
StereoAModel
})
})