mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
705c898ccd
* Updating all assets to new coding style * Cleaning up asset files * Moving default_actions and default_keybindings files * Changing procedural globes to explicitly specified globes * Move Spice loading explicitly to the initialize part and also deinitialize * Removing unused asset files * Removing asset_helper * Removing scale_model_helper asset * Removing script_scheduler_helper * Removing testing_keybindings * Remove procedural_globe
45 lines
2.2 KiB
Lua
45 lines
2.2 KiB
Lua
asset.syncedResource({
|
|
Type = "UrlSynchronization",
|
|
Name = "Icons",
|
|
Identifier = "planet_icons",
|
|
Url = {
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/earth.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/moon.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/jupiter.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/mars.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/mercury.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/neptune.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/saturn.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/uranus.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/venus.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/callisto.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/europa.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/ganymede.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/icons/solarsystem/io.png"
|
|
},
|
|
UseHash = false
|
|
})
|
|
|
|
asset.syncedResource({
|
|
Type = "UrlSynchronization",
|
|
Name = "Stories",
|
|
Identifier = "story_images",
|
|
Url = {
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_solarsystem.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_jupitermoons.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_earthweather.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_mars.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_galaxies.png",
|
|
"http://data.openspaceproject.com/files/webgui/assets/images/stories/story_example.png"
|
|
},
|
|
UseHash = false
|
|
})
|
|
|
|
asset.syncedResource({
|
|
Type = "UrlSynchronization",
|
|
Name = "Instructions",
|
|
Identifier = "images",
|
|
Url = "http://data.openspaceproject.com/files/webgui/assets/images/instructions.png",
|
|
UseHash = false
|
|
})
|