Funorb - Make games slightly larger by default

This commit is contained in:
dginovker 2023-06-04 14:03:36 +09:00
parent f0521d3a1a
commit 71eb4bcbad

View File

@ -195,8 +195,8 @@ en">
splashScreen: false,
autoplay: true,
});
player.style.width = "680px";
player.style.height = "480px";
player.style.width = "800px";
player.style.height = "600px";
console.log(player);
});
</script>