diff --git a/changelog.txt b/changelog.txt index 22779ceb..bedf42a1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ [Future Plans] + Artists' Update (Painting, Lines, Shapes, etc.) + Explosives Update - + Electricity & Machines Update + + ~~Electricity~~ & Machines Update + Mod Manager Update [Version 0.8 - Electricity] diff --git a/index.html b/index.html index fc7e4b03..effe81dd 100644 --- a/index.html +++ b/index.html @@ -236,6 +236,9 @@ flex-wrap:wrap; text-align:center; } + .disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/ + touch-action: manipulation; + }