diff --git a/changelog.txt b/changelog.txt index d901328e..9f86766f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,38 @@ + Machines Update + More plans / feedback at https://docs.google.com/document/u/4/d/1R8xljj_J-K5oU-9y4louwplQmM-ZBvUfXmhbgj5LYdk/edit +[Version 1.4 - Feb. 19, 2022] + + Improved the look of gases + + "Unlock as Discovered" hiding mode + ^ When enabled, hidden elements are shown in the toolbar when they are created + + Sun + + Stench + + Fragrance + + Incense + + Stink Bug + ^ First bug with complex behavior + ^ Will be added to other animals eventually + ^ Three phases: Flying, Landing, and Standing + + Malware, the enemy of Gray Goo + + Grape + + Juice + + Sap + + Sodium + + Basic View, no special effects (Press 3) + + Smooth View, blends surrounding pixels (Press 4) + + Flowers now come in different colors + + Bleach neutralizes Acid + ~ Substantial optimizations + ~ Light and Laser are now octodirectional + ~ Buffed Antimatter Bomb + ~ Nerfed Gray Goo + ~ Sugar products no longer turn into Molasses + ~ Neon no longer stays red after losing charge + ~ Electric glow no longer shows in Thermal View + ~ Fixed: Pick tool doesn't select the element's category + ~ Fixed: Special fire colors not always being used + + Technical: color1 and color2 reaction attributes + [Version 1.3 - Feb. 11, 2022] + World Generation Setting [Beta] + Staining diff --git a/controls.txt b/controls.txt index ff445fd1..79a3ee3a 100644 --- a/controls.txt +++ b/controls.txt @@ -21,6 +21,8 @@ M = Mod Manager F or F11 = Toggle Fullscreen 1 or 0 = Normal View 2 = Thermal View +3 = Basic View (No Effects) +4 = Smooth View F1 = Toggle GUI / HUD F2 or C = Capture Screenshot diff --git a/index.html b/index.html index 7697922c..0cd73ec4 100644 --- a/index.html +++ b/index.html @@ -397,6 +397,14 @@ right:1em; display: none; } + .categoryButton.notify { + background-color: rgba(255, 0, 0, 0.25); + } + /* .elementButton.notify with a red glow */ + .elementButton.notify { + -webkit-box-shadow: 0px 0px 15px 5px #FF0000; + box-shadow: 0px 0px 15px 5px #FF0000; + }