public GameView(Texture2D texture, Vector2 position) { explosion = texture; explosionHandler = new ExplosionHandler(position); }