剧情介绍
A small town video game store clerk must go from zero to hero after accidentally unleashing the forces of evil from a cursed Colecovision game... Max Jenkins' gaming fantasies collides with reality when a legendary "lost" installment of the Nether Game series appears on the store counter of his workplace, Fallout Games. Unbeknownst to Max, the game bears a "Curse of The Ages", ...
《装弹暴击》-下载帮助:
1、本站网盘资源收集自网络,不保证长期有效,喜欢请尽快下载。
2、磁力链接直接复制到迅雷-百度云盘-115云盘内即可下载。操作教程
3、所有资源来源网络,与本站无关,如侵犯您的权益,请联系站长QQ2368258773删除资源。
$(function(){
$("#play li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#play li").index(this);
$("#playlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});
$(function(){
$("#down li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#down li").index(this);
$("#downlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});