Skip to content
Snippets Groups Projects
Commit f06537ec authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe botched Game refactor

parent 083bc0f7
No related branches found
No related tags found
No related merge requests found
import "phaser"; import "phaser";
import FightScene from "./fight_scene"; import FightScene from "./fight_scene";
import { GRAVITY_Y } from "./main"; import { GRAVITY_Y } from "./game";
import newtonRaphson from "newton-raphson-method"; // TODO: TS signatures import newtonRaphson from "newton-raphson-method"; // TODO: TS signatures
const SPEED = 550; const SPEED = 550;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment