code clean-up
This commit is contained in:
parent
d1fb6871ef
commit
a091e97013
|
@ -2,7 +2,7 @@ import { Dimensions } from "react-native";
|
|||
import Matter from "matter-js";
|
||||
|
||||
import { windowHeight, windowWidth } from "@game";
|
||||
import { Balloon, Finger, Wall } from ".";
|
||||
import { Balloon, Wall } from ".";
|
||||
|
||||
export const entities = (restart: boolean = false) => {
|
||||
let engine = Matter.Engine.create(undefined, {
|
||||
|
|
Loading…
Reference in New Issue