From 342504b04cc85fb23803c2cc0655098a21e99f94 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:53:49 -0500 Subject: [PATCH] Version 1.13.1 - December 18, 2025 - G&G Hotfix ~ This is a quick group of bug fixes and improvements following yesterday's update. + More Shift-Select functionality: + Fuse can turn into an element after charged + Filler can turn into an element after cloning itself + Heat and Cool tools can specify limits + Paint tool can specify a specific element to paint + Udder can dispense a specific element ~ Distinct border for Shift-Selected element buttons ~ Chlorine Ice kills Virus like gaseous and liquid forms ~ When window is shortened vertically, canvas will shrink to fit screen [Bug Fixes] ~ Fixed: 2- and 4-wide brushes aren't possible with scroll wheel ~ Fixed: Tea doesn't stain Paper very well ~ Fixed: Fireflies change the color of any pixel they touch ~ Fixed: Slow Cloner can't clone more than one element with Shift-Select ~ Fixed: Slow Cloner doesn't immediately grab element ~ Fixed: E-cloners can clone Walls ~ Fixed: Outline View uses white outline with custom URL backgrounds ~ Fixed: Heaters, Coolers, and Cloners can be mixed without holding Shift ~ Fixed: Language isn't autoselected for Brazilian Portuguese or Chinese [Technical] + chargePixel(pixel, amount?) helper function to easily shock a pixel + burnPixel(pixel) helper function to easily ignite a pixel --- changelog.html | 29 +- changelog.txt | 27 +- index.html | 870 +++++++++++++++++++++++++++---------------------- mod-list.html | 2 +- style.css | 13 +- 5 files changed, 550 insertions(+), 391 deletions(-) diff --git a/changelog.html b/changelog.html index 5251b3a1..e5d1d6d6 100644 --- a/changelog.html +++ b/changelog.html @@ -113,6 +113,33 @@

The original plain text version of this is still maintained.

+

[Version 1.13.1 - December 18, 2025 - G&G Hotfix]

+ +

[Version 1.13 - December 17, 2025 - Gizmos & Gadgets]