X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/3100e0533cb89a185ea021dfb83c4f364750180f..refs/heads/rbdr-bouncy-walls:/lib/sumo.js diff --git a/lib/sumo.js b/lib/sumo.js index 835e910..603937b 100644 --- a/lib/sumo.js +++ b/lib/sumo.js @@ -1,5 +1,3 @@ -import 'babel-polyfill'; - import Config from './config'; // Systems @@ -31,8 +29,6 @@ import Serpentity from '@serpentity/serpentity'; import { Application } from 'pixi.js'; import { Engine } from 'matter-js'; -/* global window document */ - const internals = { kBackgroundColor: 0xd8c590, kNoElementError: 'No element found. Cannot render.',