}
toggle = false;
}
// testContext.draw();
imageContext.draw();
canvas.draw();
}
}
public static void drawLight(Graphics graphics, final Animation<Frame> anim, final Image light, final float x, final float y, int lightShine) {
final int shineRadX = 128 + lightShine;
final int shineRadY = 96 + lightShine;