Bloober Team continues to promote Medium and in the latest material the developers introduce the capabilities of the main character. Mariana is an extraordinary character, and thanks to the presented story, players will be able to use all its advantages.
The makers of The Medium have been waiting for a long time with a definite medium promotional campaign, but in recent days we have consistently received great content (Eye-catching trailer, Smooth graphicsWhich prepares us for a great premiere – The title will appear next week on Xbox Series X | S and personal computers.
Today, the developers decided to talk about the capabilities of the main character, who will use her superpowers, among other things, to find hidden clips or connect spirits to learn their stories. The material shows the two worlds system in a very precise way, which is one of the most important elements of the medium – it is this mechanism that promotes the production from the first advertisement. In general, it must be admitted that the idea of a home studio looks really interesting and the suggestion may be quite interesting.
The moderator will be available from the first show in the Xbox Game Pass catalog (Xbox / PC), which will definitely make many players aware of the story prepared by Team Bloober.
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));