load three js for globe.js (somehow webpack doesn't load it itself)

This commit is contained in:
HF 2020-12-01 20:52:31 +01:00
parent 889c540d86
commit f852cdd166

View File

@ -31,6 +31,7 @@ const styles = [{
const title = 'PixelPlanet.fun 3DGlobe';
const description = '3D globe of our canvas';
const scripts = [
ASSET_SERVER + assets.three.js,
ASSET_SERVER + assets.globe.js,
];
const body = <Globe />;