During the publisher’s roundtable of the ongoing Japanese fighting game, we got information about a brand new character who will be joining the list of characters in the latest installment of the Tekken series. He will be the fictional Prime Minister of the Republic of Poland!
Tekken 7 It is one of those games that, despite its more than three years since its inception, is still getting another expansion and interesting additional content. Just After all, Season 4 started a few months agoWhich brought the fans a lot of new challenges, many exciting achievements and a new personality. Furthermore, In January, the game migrated to Xbox Game PassSo everyone can check it for themselves.
And he definitely deserves to do so, especially now, because another character has just been announced to reach the universe … who will be quite an unusual character, but without a doubt especially important to Polish fans. We’ll have a chance to fight as a fictional Prime Minister of Poland! The event was announced during the Japanese Fighting Game Publishers’ roundtable.
As Katsuhiro Harada himself revealed, the idea was that in the history of Poland, there were many women who held prime ministerial posts. For this reason, they wanted to add one of these actors to the game itself. This is clearly not the same as any of them (And even less so at the current premiere), but thanks to cooperation with the Polish embassy, everything was reported to be fine. Check out the trailer!
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));