var fDesc=new Array(); fDesc[0] = "Fight off killer droids and airborn drones with heavy weaponry, while exploring a next-gen environment. Can you beat the gigantic boss robot in a final, earth-shaking battle?

Particles, physics, ragdolls, image effects and custom shaders are used to awesome production values. This stunning demo really shows what a two-man team can do with Unity in a couple of months."; 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 = ''; } }