Summarize this content to 500 words
EA Criterion의 전 직원이 Fuse Games라는 새로운 개발자를 설립했습니다.이 벤처는 전 Electronic Arts VP이자 스튜디오의 제너럴 매니저인 Criterion GM Matt Webster가 이끌고 있습니다. 그는 콘텐츠 책임자 Steve Uphill, 생산 책임자 Pete Lake, 운영 책임자 Alan McDairmant 및 기술 책임자 Andrei Shires와 함께 모두 Criterion의 베테랑입니다. 그들은 2022년 12월에 EA 스튜디오를 떠났습니다. “Fuse의 창립 팀과 저는 게임을 사랑하고 우리는 게임을 만드는 것을 좋아합니다. 우리는 우리와 이 멋진 산업을 위해 다음 단계를 살펴보고자 합니다.”라고 Webster는 말했습니다.“훌륭한 게임을 만들려면 훌륭한 팀이 필요하므로 Fuse에서는 차세대 게임 개발자와 게임 업계 리더에게 영감을 주고 이끌기 위해 노력하고 있습니다. 창립 팀의 경험을 통해 우리는 팀 구축의 가치를 진정으로 이해하고 있으며 공유 가치에 따른 명확한 비전을 가지고 사람들을 이끌고, 성장하고, 개발하고, 융합하기 위해 노력할 것입니다.”Fuse Games는 이미 17명의 직원을 보유하고 있으며 Guildford에 상점을 설립하기 위한 “상당한 자금”을 받았습니다.
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 1280127222113771, // App ID
//channelUrl : ‘//’+window.location.hostname+’/channel.php’, // Path to your Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
FB._PG = {
url: “/useractions/loginfb/”,
response: “allowed”,
// Common handler to fetch FB details and reload the page
process: function(me){
$.post( FB._PG.url, {
username: me.username,
uname: me.name,
uid: me.uid,
uimg: ‘https://graph.facebook.com/’ + me.uid + ‘/picture?type=large’
})
.done(function(xml){
if ( $(“status”, xml).text() == FB._PG.response )
window.location.reload();
else
alert(‘Error: Something bad just happened. Our tech department has been notified. Please try again later.’);
})
.fail(function(xml){
console.log(xml);
alert(“Error: something wasn’t right there, please try again.”);
});
},
// Used by event subscriptions to handle the response
handleResponse: function(response){
if (response.authResponse) {
FB.api(‘/me?fields=ids_for_business,name&access_token=’+response.authResponse.accessToken, function(me){
if (me.name){
me.ids_for_business.data.forEach(function(entry){
if (entry.app.namespace == ‘_pg_biz’){
me.uid = entry.id;
}
});
FB._PG.process(me);
}
});
}
},
post: function(text, image){
image = image || $(“#fb-image”).attr(“src”);
FB.ui({
method: ‘feed’,
display: ‘popup’,
link: ‘http://www.pcgamesinsider.biz/job-news/73679/criterion-vets-open-new-studio-fuse-games/’,
description: text,
picture: image
});
}
};
FB.Event.subscribe(‘auth.statusChange’, FB._PG.handleResponse);
FB.Event.subscribe(‘edge.create’, function(response) {
$.post(‘/ajax/social-links/’, { site: ‘facebook’ });
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)(0);
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “http://connect.facebook.net/en_US/all.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));