SNK continues its streak and the developers have just confirmed other important news. Samurai Shodown will be coming to Xbox Series X | S in March and the title will offer duels at 120 fps.
Samurai Shodown (2019) has already arrived on PlayStation 4, Xbox One (2019), Nintendo Switch and PC (2020), but developers want to use the power of the new platforms and shift production to Xbox Series X | S. Details of the new release have just been confirmed and the title will be available later this fiscal year.
The enhanced version of SNK fight will debut on Xbox Series X | S on March 16 and players can count to 120fps support in this case. If you have an item on Xbox One, it will use the Smart Delivery function and take the game and all previously purchased accessories to the next generation.
This is definitely a good opportunity for players who already have production and now have a chance to see what a difference looks like when playing at 120 fps. This will likely be the first battlefield that will run smoothly on Microsoft’s consoles.
function statusChangeCallback(response, forced) {
if (response.status === 'connected') {
// Logged into your app and Facebook.
FB.api('/me', function(response) {
if (forced == 1) {
console.log('Próba logowania przez przycisk');
} else {
console.log('Próba autologowania');
}
console.log(JSON.stringify(response));
//fbAutoLogin(JSON.stringify(response), forced); });
//fbAutoLogin(fb_user_id);
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
console.log('Please log into this app.');
} else {
// The person is not logged into Facebook, so we're not sure if
// they are logged into this app or not.
console.log('Please log into Facebook.');
} }
// This function is called when someone finishes with the Login
// Button. See the onlogin handler attached to it in the sample
// code below.
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 1);
});
}
window.fbAsyncInit = function() {
FB.init({
appId: '113502828807977', // App ID
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse social plugins on this page
version: 'v2.2' // use version 2.2
});
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 0);
});
}
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
}
// Load the SDK Asynchronously
(function(d) {
var js, id = 'facebook-jssdk',
ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "https://connect.facebook.net/pl_PL/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));