《四驱越野》最新汉化版 中文版《极限四驱越野 Gigabit Off-Road》是一款高自由度的3D野外越野赛车游戏。游戏中没有规定明确的跑道和规则限制,玩家可以以自由驾驶自己的汽车在荒芜的原野上尽情狂飙!驾驶一辆越野赛车,跨越一系列的障碍物,做好准备在极限的条件下驾驶并达到你的目的地。你的任务就是尽可能快的跑完这路线!这不会简单的,各式各样的障碍物会阻碍你的路线,比如水坑,沼泽,陡坡,深谷等,甚至还有潜藏着的各种各样的危险。




const modal = document.getElementById(‘imageModal’);
const closeModal = document.getElementById(‘closeModal’);
const enlargedImg = document.getElementById(‘enlargedImg’);
const thumbnails = document.querySelectorAll(‘.img-thumbnail’);
thumbnails.forEach(thumbnail => {
thumbnail.addEventListener(‘click’, () => {
modal.classList.remove(‘hidden’);
enlargedImg.src = thumbnail.src;
enlargedImg.alt = thumbnail.alt;
document.body.style.overflow = ‘hidden’;
});
});
closeModal.addEventListener(‘click’, () => {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
});
modal.addEventListener(‘click’, (e) => {
if (e.target === modal) {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
}
});
document.addEventListener(‘keydown’, (e) => {
if (e.key === ‘Escape’ && !modal.classList.contains(‘hidden’)) {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
}
});
上一篇:生死9mm高清重制版高刷版
下一篇:最后一场游戏(原版+mod版)
