@Override
public void create() {
OrthographicCamera camera = new OrthographicCamera(640, 480);
camera.position.set(320, 240, 0);
camera.update();
Texture crateTexture = new Texture("assets/crate.png");
Texture coinTexture = new Texture("assets/coin.png");
engine = new PooledEngine();