From 36a0717ce35063bcb754e327ccccd33d8ed8b4c9 Mon Sep 17 00:00:00 2001 From: Jonathan Fransson Date: Fri, 22 Mar 2019 10:53:35 -0600 Subject: [PATCH] scene setup --- data/assets/spaceDebris.scene | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/assets/spaceDebris.scene b/data/assets/spaceDebris.scene index d42ad574bf..39e3d32b4e 100644 --- a/data/assets/spaceDebris.scene +++ b/data/assets/spaceDebris.scene @@ -5,7 +5,7 @@ local propertyHelper = asset.require('util/property_helper') -- Specifying which other assets should be loaded in this scene asset.require('spice/base') assetHelper.requestAll(asset, 'scene/solarsystem/sun') -asset.require('scene/solarsystem/planets/earth') +asset.require('scene/solarsystem/planets/earth/earth') assetHelper.requestAll(asset, 'scene/digitaluniverse') -- Load default key bindings applicable to most scenes asset.require('util/default_keybindings') @@ -14,7 +14,7 @@ asset.require('util/default_joystick') asset.require('util/webgui') -asset.request('customization/globebrowsing') +--asset.request('customization/globebrowsing') -- asset.request('scene/solarsystem/planets/earth/satellites/satellites_all') asset.request('scene/solarsystem/planets/earth/satellites/satellites_debris')