slightly transparent control panel

This commit is contained in:
MaxRobinsonTheGreat
2020-07-23 22:53:28 -06:00
parent b2f18ee240
commit 22e39b22ee
4 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import Engine from './Engine';
$('document').ready(function(){
let isMobile = mobileCheck();
console.log(isMobile)
if (isMobile) {
alert("Though the simulation still works on mobile, most features are disabled. Try it on desktop for the full experience!");
$('.control-panel').css('display', 'none');