Sensing+ ------------------------------------------------------------------------ Sensing+ provides you with more ways sense in a scratch project. Simply backpack the sprite and you will have 14 more ways to make your project better. Added blocks: - Darkmode: true if your computer/browser has darkmode enabled. - Is Chromium: true if your browser uses chromuim. This includes edge, chrome, brave, ect. false if its not a chromium browser, and uses webkit, like safari and chrome on apple. - Mic Allowed: true if the user allowed the scratch project to use the mic. - Timezone: Shows the time offset from UTC. - OS: Shows your os. - Stage size: shows the size of your stage. Can be changed in turbowarp. - True mouse x/y: Shows correct mouse position even if the mouse is outside the stage. - Connected to internet: Shows if your connected to the internet. - Connected to API: Shows if your connected to the scratch api. - Ping: Shows the internet ping in milliseconds. - Upload: Shows the upload speed in MB/s (not Mb/s) - Download: Shows the download speed in MB/s (not Mb/s) - Is Turbowarp: Shows if the scratch project is running on turbowarp. - countries : Shows what country you could be in. Relies on timezones. Credit: ------------------------------------------------------------------------ @TWY_ for chromium detector, true mouse coordinates and dark mode svg. @TimMcCool for PTE. @Garbomuffin for is turbowarp detector @qucchia for os detector.