From bb75e40de92fb7e0589410b67e21087f27f34f45 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 2 Apr 2022 23:27:07 -0600 Subject: Movement bug with two+ pushable entities --- src/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap.js') diff --git a/src/bootstrap.js b/src/bootstrap.js index 7606939..65afc17 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -1,6 +1,6 @@ game.bootstrap = (() => { const scripts = [ - { src: ['src/utils/objectEquivalence.js', 'src/utils/unitizeVector.js'], id: 'utils'}, + { src: ['src/utils/objectEquivalence.js', 'src/utils/unitizeVector.js', 'src/utils/clamp.js'], id: 'utils'}, { src: ['src/render/graphics.js'], id: 'graphics' }, { src: ['src/components/component.js'], id: 'component' }, { -- cgit v1.2.3-70-g09d2