diff --git a/beta4.html b/beta4.html index fd230ae..9ff2715 100644 --- a/beta4.html +++ b/beta4.html @@ -193,9 +193,9 @@

BETA - Shielding Eyes ◼️◼️👀🛡️

const instructions = document.getElementById('instructions'); if (isMobile) { - instructions.innerHTML = 'GUIDE: After import, tap "Shield eyes". Drag the bar to move it.
Use the bottom-right handle to resize the shape.
Use two fingers to pinch-zoom for resize and rotate.'; + instructions.innerHTML = 'GUIDE: After import, tap "Dark/light shield". Drag the bar to move it.
Use the bottom-right point to reshape/resize.
Use two fingers to pinch for resize and rotate.'; } else { - instructions.innerHTML = 'GUIDE: After import, click "Dark shield". Drag the bar to move it.
Use the top-right handle to rotate and the bottom-right handle to resize.'; + instructions.innerHTML = 'GUIDE: After import, click "Dark/light shield". Drag the bar to move it.
Use the top-right red striped point to rotate and bottom-right point to resize.'; } function handleImageUpload(e) {