var fDesc=new Array(); fDesc[0] = "Knight goes on a dangerous mission in which he must pass all the puzzles of an abandoned castle- using gravity.

Magnetized knight-platformer puzzle game in which we play the role of a knight deciding to pass all the tests. To overcome the challenges our hero will be given a gravity helmet with it you can change the gravity of the earth and easily overcome obstacles on the ceiling.

Feature of game:
- Old school gameplay
- Pixel art graphics

Knight goes on a dangerous mission in which he must pass all the puzzles of an abandoned castle- using gravity.

Magnetized knight-platformer puzzle game in which we play the role of a knight deciding to pass all the tests. To overcome the challenges our hero will be given a gravity helmet with it you can change the gravity of the earth and easily overcome obstacles on the ceiling.

Feature of game:
- Old school gameplay
- Pixel art graphics

Knight goes on a dangerous mission in which he must pass all the puzzles of an abandoned castle- using gravity.

Magnetized knight-platformer puzzle game in which we play the role of a knight deciding to pass all the tests. To overcome the challenges our hero will be given a gravity helmet with it you can change the gravity of the earth and easily overcome obstacles on the ceiling.

Feature of game:
- Old school gameplay
- Pixel art graphics

Knight goes on a dangerous mission in which he must pass all the puzzles of an abandoned castle- using gravity.

Magnetized knight-platformer puzzle game in which we play the role of a knight deciding to pass all the tests. To overcome the challenges our hero will be given a gravity helmet with it you can change the gravity of the earth and easily overcome obstacles on the ceiling.

Feature of game:
- Old school gameplay
- Pixel art graphics"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }