该死的混蛋v2.0.2.5(菜单功能)中文版Bloody Bastards是一款基于物理学的中世纪格斗游戏,您可以在此与您的混蛋兄弟作战。
在钢铁和死亡的残酷竞技场中,使用刀,斧,剑,钉头锤,连and和锤子的武器消灭敌人!
在像素艺术,2D物理,血液和血腥机制的独特融合中,Bodyy Bastards提供了无与伦比的战斗体验。点击并按住屏幕的任一侧可分别控制每只手。从100多种不同的武器,盾牌,身体,腿部,头部和脚部装备中进行选择,以创建数千种致命组合。
证明你自己!只可以有一个人!




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’;
}
});
上一篇:地牢猎手4(高清优化版大量金币)
下一篇:末日的第53 天([完整版+DLC]Steam移植)
