import { Circle } from ".."
import settings from "../api/settings"

const bird = new Circle()
bird.texture = "long.png"

settings.texture = "bg.jpg"