diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap.js b/src/bootstrap.js index f6997ae..3a38f72 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -7,7 +7,8 @@ game.bootstrap = (() => { ], id: 'utils' }, - { src: ['src/render/graphics.js', 'src/render/sprites.js'], id: 'graphics' }, + { src: ['src/render/graphics.js'], id: 'graphics' }, + { src: ['src/render/sprites.js'], id: 'sprites' }, { src: ['src/components/component.js'], id: 'component' }, { src: [ |