From f06537ec2413b7e169882c1ac69beab732b2cdc7 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Mon, 4 Apr 2022 17:38:54 +0200 Subject: [PATCH] fix: #fe botched Game refactor --- frontend/src/js/spear.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/js/spear.ts b/frontend/src/js/spear.ts index 0545d17..243172a 100644 --- a/frontend/src/js/spear.ts +++ b/frontend/src/js/spear.ts @@ -1,7 +1,7 @@ import "phaser"; import FightScene from "./fight_scene"; -import { GRAVITY_Y } from "./main"; +import { GRAVITY_Y } from "./game"; import newtonRaphson from "newton-raphson-method"; // TODO: TS signatures const SPEED = 550; -- GitLab