v2.021 beta

Added add file to prevent game freezing.
This commit is contained in:
Alex Trix 2019-10-02 23:24:48 -04:00 committed by GitHub
parent 60abcbb787
commit 3375618fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
js/showads.js Normal file
View File

@ -0,0 +1,3 @@
//this lets us detect adblockers so we can adjust the layout in case ads aren't shown ! (we're not using this for anything weird, promise !)
//this works because an adblocker will usually block this file from being embedded at all
var showAds=true;