Version 1.13 - December 17, 2025 - Gizmos & Gadgets

+ Filter
    + Only allows the first element it touches to pass
+ Gate
    + Only allows pixels to pass if electrified
    + Only conducts electricity into itself and Wire
+ Canvas background images
    + Some presets and custom image URLs
+ Outline View (Press 5)
+ 2-wide and 4-wide brushes
+ Ruler tool in Special to measure lengths and angles
+ Manual element control
    + Shift-clicking certain element buttons prompt the user for more information
    + Erase tool allows only deleting certain elements
    + Cloners allow multiple comma-separated elements
    + Filters allow states (solid, liquid, or gas) or multiple elements
    + Sensors allow sensing specific elements
    + Portals allow the setting of channels
    + Void allows only deleting certain elements
    + Random tool allows pre-selected element choices
    + Explosion allows custom radius
    + Antibombs allow pre-selected explosion elements
~ Replaced LED Red, Green, and Blue with a single customizable LED
    ~ LEDs in old saves are automatically converted to the new element
- Merged Superheaters and Freezers with Heaters and Coolers
    + Heaters can be heated to heat the same as a Superheater
    + Coolers can be cooled to cool the same as a Freezer
- Removed Tesla Coil and Shocker
    ~ These elements in old saves are automatically converted to E-cloners
~ Drag tool is faster and smoother
~ Pixelated and colorful button borders
+ Translations for Swedish
+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa
[Changes]
+ Pipes can transport pixels directly with Filter and Gate
~ Pipes no longer conduct heat
~ Brightened blue stage in Pipes
~ Incomplete pipes darken after being initialized
+ Oxygen can be used to dispose Molten Lead in reactors
+ Electrolysis of raw Salt
+ Smashing hot Cooked Meat releases Grease
+ Worms can compost Lettuce, Tomato, Corn, Pickle, and Bread
+ Rats can eat Spiders
+ Caramel and Herb make peppermint-colored sugar
+ Baking Soda can be made with Lye and Carbon Dioxide
+ Melting Ash with Dirt creates Tuff
~ Poison Gas no longer makes Slag from molten elements
~ Perfume can exist at room temperature
~ Acid doesn't dissolve Mercury or Diamond
~ Sulfur ignites when hot
~ All Cloud types can be smashed like Rain Cloud
~ Thermite burns into less Iron
~ Rock Wall deletes Light when placed over it for better eclipses
- Removed Gallium-Sodium reaction
~ Copper Sulfate reacts with more carbs
~ Rainbow recipe uses Pointer instead of Flash
~ Bless deletes Strange Matter instead of turning it into Neutron
+ Static recipe
+ Malware can mix with some metals to create machine parts
+ Tea stains Paper
+ Unique fire color for Tin
~ Element buttons are consistently spaced on all sides
~ Recolored Pyrite
~ Acid has a smoother texture
~ Purple Gold is slightly more purple
~ Hyphae and Lichen are grainier
~ Recolored Random button
~ Recolored Balloon button
~ Recolored Confetti button
~ Recolored Hair button
~ Recolored Pistil button
~ Reordered colors in many buttons for consistent "lighting" look
~ Rice, Candy, Nut Oil, Dye, Rainbow, and Spray Paint buttons display with dark text
+ Firefly alias 'Lightning Bug'
~ Shortened hiding setting labels
~ Language should automatically be set from browser preferences (Untested)
~ Re-saving after saving automatically fills in name, author, and description
~ Save browser thumbnails are crisper
~ Steam Deck compliance
[Technical]
+ 'onShiftSelect' element property, called when selecting element while holding Shift
+ 'onlyConduct' element property, list of the only elements to conduct electricity into
+ 'renderTool' element property, renderer function called once per frame while selected
+ 'updateOrder' element property, prioritizes (positive) or deprioritizes (negative) tick order (integer; default 0)
+ autoResizeRatio(height,width) function (e.g. (16,9))
~ 'shiftDown' variable is set even when in a menu
[Bug Fixes]
~ Fixed: Placing Humans with Replace Mode causes a gory mess
~ Fixed: Using Human on Cloners cause a gory mess
~ Fixed: Bottom pixels can be cut off on certain window sizes
~ Fixed: Line-drawing preview is opaque when using a theme
~ Fixed: Text in Debug popup can't be selected
~ Fixed: onClicked passes "unknown" when no element is selected, now passes null
~ Fixed: onMouseDown doesn't get called on mobile
~ Fixed: onMouseDown is called when clicking out of a menu
~ Fixed: Using Heat Ray on Stained Glass can make Rainbows
~ Fixed: Saves with pipes containing invalid elements fail to load
~ Fixed: Some Fireflies stay illuminated after hitting another
~ Fixed: Liquid/gaseous pixels with 'skip' property can be displaced by denser pixels
~ Fixed: Salt isn't considered a food and can't be eaten by Humans
~ Fixed: Corn can't be dragged or put into Pipes
This commit is contained in:
slweeb 2025-12-17 12:08:39 -05:00
parent d681c0bf69
commit efa7fa0cf3
36 changed files with 1700 additions and 523 deletions

View File

@ -113,6 +113,110 @@
<p>The original <a href="https://sandboxels.R74n.com/changelog.txt">plain text version</a> of this is still maintained.</p>
</div>
<h2 id="1.13">[Version 1.13 - December 17, 2025 - Gizmos & Gadgets]</h2>
<ul>
<li>+ Filter</li>
<li> + Only allows the first element it touches to pass</li>
<li>+ Gate</li>
<li> + Only allows pixels to pass if electrified</li>
<li> + Only conducts electricity into itself and Wire</li>
<li>+ Canvas background images</li>
<li> + Some presets and custom image URLs</li>
<li>+ Outline View (Press 5)</li>
<li>+ 2-wide and 4-wide brushes</li>
<li>+ Ruler tool in Special to measure lengths and angles</li>
<li>+ Manual element control</li>
<li> + Shift-clicking certain element buttons prompt the user for more information</li>
<li> + Erase tool allows only deleting certain elements</li>
<li> + Cloners allow multiple comma-separated elements</li>
<li> + Filters allow states (solid, liquid, or gas) or multiple elements</li>
<li> + Sensors allow sensing specific elements</li>
<li> + Portals allow the setting of channels</li>
<li> + Void allows only deleting certain elements</li>
<li> + Random tool allows pre-selected element choices</li>
<li> + Explosion allows custom radius</li>
<li> + Antibombs allow pre-selected explosion elements</li>
<li>~ Replaced LED Red, Green, and Blue with a single customizable LED</li>
<li> ~ LEDs in old saves are automatically converted to the new element</li>
<li>- Merged Superheaters and Freezers with Heaters and Coolers</li>
<li> + Heaters can be heated to heat the same as a Superheater</li>
<li> + Coolers can be cooled to cool the same as a Freezer</li>
<li>- Removed Tesla Coil and Shocker</li>
<li> ~ These elements in old saves are automatically converted to E-cloners</li>
<li>~ Drag tool is faster and smoother</li>
<li>~ Pixelated and colorful button borders</li>
<li>+ Translations for Swedish</li>
<li>+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa</li>
<li>[Changes]</li>
<li>+ Pipes can transport pixels directly with Filter and Gate</li>
<li>~ Pipes no longer conduct heat</li>
<li>~ Brightened blue stage in Pipes</li>
<li>~ Incomplete pipes darken after being initialized</li>
<li>+ Oxygen can be used to dispose Molten Lead in reactors</li>
<li>+ Electrolysis of raw Salt</li>
<li>+ Smashing hot Cooked Meat releases Grease</li>
<li>+ Worms can compost Lettuce, Tomato, Corn, Pickle, and Bread</li>
<li>+ Rats can eat Spiders</li>
<li>+ Caramel and Herb make peppermint-colored sugar</li>
<li>+ Baking Soda can be made with Lye and Carbon Dioxide</li>
<li>+ Melting Ash with Dirt creates Tuff</li>
<li>~ Poison Gas no longer makes Slag from molten elements</li>
<li>~ Perfume can exist at room temperature</li>
<li>~ Acid doesn't dissolve Mercury or Diamond</li>
<li>~ Sulfur ignites when hot</li>
<li>~ All Cloud types can be smashed like Rain Cloud</li>
<li>~ Thermite burns into less Iron</li>
<li>~ Rock Wall deletes Light when placed over it for better eclipses</li>
<li>- Removed Gallium-Sodium reaction</li>
<li>~ Copper Sulfate reacts with more carbs</li>
<li>~ Rainbow recipe uses Pointer instead of Flash</li>
<li>~ Bless deletes Strange Matter instead of turning it into Neutron</li>
<li>+ Static recipe</li>
<li>+ Malware can mix with some metals to create machine parts</li>
<li>+ Tea stains Paper</li>
<li>+ Unique fire color for Tin</li>
<li>~ Element buttons are consistently spaced on all sides</li>
<li>~ Recolored Pyrite</li>
<li>~ Acid has a smoother texture</li>
<li>~ Purple Gold is slightly more purple</li>
<li>~ Hyphae and Lichen are grainier</li>
<li>~ Recolored Random button</li>
<li>~ Recolored Balloon button</li>
<li>~ Recolored Confetti button</li>
<li>~ Recolored Hair button</li>
<li>~ Recolored Pistil button</li>
<li>~ Reordered colors in many buttons for consistent "lighting" look</li>
<li>~ Rice, Candy, Nut Oil, Dye, Rainbow, and Spray Paint buttons display with dark text</li>
<li>+ Firefly alias 'Lightning Bug'</li>
<li>~ Shortened hiding setting labels</li>
<li>~ Language should automatically be set from browser preferences (Untested)</li>
<li>~ Re-saving after saving automatically fills in name, author, and description</li>
<li>~ Save browser thumbnails are crisper</li>
<li>~ Steam Deck compliance</li>
<li>[Technical]</li>
<li>+ 'onShiftSelect' element property, called when selecting element while holding Shift</li>
<li>+ 'onlyConduct' element property, list of the only elements to conduct electricity into</li>
<li>+ 'renderTool' element property, renderer function called once per frame while selected</li>
<li>+ 'updateOrder' element property, prioritizes (positive) or deprioritizes (negative) tick order (integer; default 0)</li>
<li>+ autoResizeRatio(height,width) function (e.g. (16,9))</li>
<li>~ 'shiftDown' variable is set even when in a menu</li>
<li>[Bug Fixes]</li>
<li>~ Fixed: Placing Humans with Replace Mode causes a gory mess</li>
<li>~ Fixed: Using Human on Cloners cause a gory mess</li>
<li>~ Fixed: Bottom pixels can be cut off on certain window sizes</li>
<li>~ Fixed: Line-drawing preview is opaque when using a theme</li>
<li>~ Fixed: Text in Debug popup can't be selected</li>
<li>~ Fixed: onClicked passes "unknown" when no element is selected, now passes null</li>
<li>~ Fixed: onMouseDown doesn't get called on mobile</li>
<li>~ Fixed: onMouseDown is called when clicking out of a menu</li>
<li>~ Fixed: Using Heat Ray on Stained Glass can make Rainbows</li>
<li>~ Fixed: Saves with pipes containing invalid elements fail to load</li>
<li>~ Fixed: Some Fireflies stay illuminated after hitting another</li>
<li>~ Fixed: Liquid/gaseous pixels with 'skip' property can be displaced by denser pixels</li>
<li>~ Fixed: Salt isn't considered a food and can't be eaten by Humans</li>
<li>~ Fixed: Corn can't be dragged or put into Pipes</li>
</ul>
<h2 id="1.12">[Version 1.12 - July 17, 2025 - Saves For All]</h2>
<ul>
<li>+ Featured Saves tab</li>

View File

@ -4,6 +4,108 @@ See sneak peaks for upcoming updates on the Discord: https://discord.gg/ejUc6YPQ
A fancier version of this changelog can be found here: https://sandboxels.R74n.com/changelog
[Version 1.13 - December 17, 2025 - Gizmos & Gadgets]
+ Filter
+ Only allows the first element it touches to pass
+ Gate
+ Only allows pixels to pass if electrified
+ Only conducts electricity into itself and Wire
+ Canvas background images
+ Some presets and custom image URLs
+ Outline View (Press 5)
+ 2-wide and 4-wide brushes
+ Ruler tool in Special to measure lengths and angles
+ Manual element control
+ Shift-clicking certain element buttons prompt the user for more information
+ Erase tool allows only deleting certain elements
+ Cloners allow multiple comma-separated elements
+ Filters allow states (solid, liquid, or gas) or multiple elements
+ Sensors allow sensing specific elements
+ Portals allow the setting of channels
+ Void allows only deleting certain elements
+ Random tool allows pre-selected element choices
+ Explosion allows custom radius
+ Antibombs allow pre-selected explosion elements
~ Replaced LED Red, Green, and Blue with a single customizable LED
~ LEDs in old saves are automatically converted to the new element
- Merged Superheaters and Freezers with Heaters and Coolers
+ Heaters can be heated to heat the same as a Superheater
+ Coolers can be cooled to cool the same as a Freezer
- Removed Tesla Coil and Shocker
~ These elements in old saves are automatically converted to E-cloners
~ Drag tool is faster and smoother
~ Pixelated and colorful button borders
+ Translations for Swedish
+ Parital translations for Japanese, Thai, Arabic, Hebrew, and Viossa
[Changes]
+ Pipes can transport pixels directly with Filter and Gate
~ Pipes no longer conduct heat
~ Brightened blue stage in Pipes
~ Incomplete pipes darken after being initialized
+ Oxygen can be used to dispose Molten Lead in reactors
+ Electrolysis of raw Salt
+ Smashing hot Cooked Meat releases Grease
+ Worms can compost Lettuce, Tomato, Corn, Pickle, and Bread
+ Rats can eat Spiders
+ Caramel and Herb make peppermint-colored sugar
+ Baking Soda can be made with Lye and Carbon Dioxide
+ Melting Ash with Dirt creates Tuff
~ Poison Gas no longer makes Slag from molten elements
~ Perfume can exist at room temperature
~ Acid doesn't dissolve Mercury or Diamond
~ Sulfur ignites when hot
~ All Cloud types can be smashed like Rain Cloud
~ Thermite burns into less Iron
~ Rock Wall deletes Light when placed over it for better eclipses
- Removed Gallium-Sodium reaction
~ Copper Sulfate reacts with more carbs
~ Rainbow recipe uses Pointer instead of Flash
~ Bless deletes Strange Matter instead of turning it into Neutron
+ Static recipe
+ Malware can mix with some metals to create machine parts
+ Tea stains Paper
+ Unique fire color for Tin
~ Element buttons are consistently spaced on all sides
~ Recolored Pyrite
~ Acid has a smoother texture
~ Purple Gold is slightly more purple
~ Hyphae and Lichen are grainier
~ Recolored Random button
~ Recolored Balloon button
~ Recolored Confetti button
~ Recolored Hair button
~ Recolored Pistil button
~ Reordered colors in many buttons for consistent "lighting" look
~ Rice, Candy, Nut Oil, Dye, Rainbow, and Spray Paint buttons display with dark text
+ Firefly alias 'Lightning Bug'
~ Shortened hiding setting labels
~ Language should automatically be set from browser preferences (Untested)
~ Re-saving after saving automatically fills in name, author, and description
~ Save browser thumbnails are crisper
~ Steam Deck compliance
[Technical]
+ 'onShiftSelect' element property, called when selecting element while holding Shift
+ 'onlyConduct' element property, list of the only elements to conduct electricity into
+ 'renderTool' element property, renderer function called once per frame while selected
+ 'updateOrder' element property, prioritizes (positive) or deprioritizes (negative) tick order (integer; default 0)
+ autoResizeRatio(height,width) function (e.g. (16,9))
~ 'shiftDown' variable is set even when in a menu
[Bug Fixes]
~ Fixed: Placing Humans with Replace Mode causes a gory mess
~ Fixed: Using Human on Cloners cause a gory mess
~ Fixed: Bottom pixels can be cut off on certain window sizes
~ Fixed: Line-drawing preview is opaque when using a theme
~ Fixed: Text in Debug popup can't be selected
~ Fixed: onClicked passes "unknown" when no element is selected, now passes null
~ Fixed: onMouseDown doesn't get called on mobile
~ Fixed: onMouseDown is called when clicking out of a menu
~ Fixed: Using Heat Ray on Stained Glass can make Rainbows
~ Fixed: Saves with pipes containing invalid elements fail to load
~ Fixed: Some Fireflies stay illuminated after hitting another
~ Fixed: Liquid/gaseous pixels with 'skip' property can be displaced by denser pixels
~ Fixed: Salt isn't considered a food and can't be eaten by Humans
~ Fixed: Corn can't be dragged or put into Pipes
[Version 1.12 - July 17, 2025 - Saves For All]
+ Featured Saves tab
+ Discord Saves tab

View File

@ -106,6 +106,7 @@
<tr><td>Thermal view</td> <td><kbd>2</kbd></td></tr>
<tr><td>Basic view (No effects)</td> <td><kbd>3</kbd></td></tr>
<tr><td>Streak view</td> <td><kbd>4</kbd></td></tr>
<tr><td>Outline view</td> <td><kbd>5</kbd></td></tr>
<tr><td>Hide canvas</td> <td><kbd>H</kbd></td></tr>
<tr><td>Toggle GUI</td> <td><kbd>F1</kbd></td></tr>
<tr><td>Capture screenshot</td> <td><kbd>C</kbd> or <kbd>F2</kbd></td></tr>
@ -113,6 +114,7 @@
<tr><td>Close menu or Clear logs</td> <td><kbd>Esc</kbd></td></tr>
<tr><td>Toggle Replace mode</td> <td><kbd>;</kbd></td></tr>
<tr><td>Pick element (Copy properties)</td> <td><kbd>Shift</kbd> + <kbd>Middle Click</kbd></td></tr>
<tr><td>Extra manual element controls</td> <td><kbd>Shift</kbd> + <kbd>Element Button</kbd></td></tr>
<tr><td>Select secondary element</td> <td><kbd>Z</kbd></td></tr>
<tr><td>Select previous element</td> <td><kbd>Backspace</kbd></td></tr>
</table>

View File

@ -29,6 +29,7 @@ F or F11 = Toggle Fullscreen
2 = Thermal View
3 = Basic View (No Effects)
4 = Streak View
5 = Outline View
H = Hide Canvas
F1 = Toggle GUI / HUD
F2 or C = Capture Screenshot
@ -41,6 +42,7 @@ Ctrl + Shift + O = Reload last save
Escape = Close Menu / Clear Logs
; = Replace Mode
Shift + Mid Click = Pick Element (Copy Properties)
Shift + Button = Extra manual element controls
Z = Select Secondary Element
Baskspace = Select Previous Element

1739
index.html

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{}
{"#lang.name":"ελληνικά\n","land":"γη","liquids":"υγρά","life":"ζωή","powders":"σκόνες","solids":"στερεά","energy":"ενέργεια","weapons":"όπλα","gases":"αέρια","food":"τροφή","machines":"μηχανές","special":"ενέργεια","other":"άλλα","states":"πολιτείες\n","heat":"θερμότητα","cool":"ψύξη","erase":"εξάλειψη\n","drag":"σέρνω","pick":"διαλέγω","mix":"Μείγμα","lookup":"αναζήτηση","shock":"ηλεκτροσόκ","paint":"Βάψιμο","sand":"άμμος","water":"Νερό","salt_water":"Θαλασσόνερο","sugar_water":"Zαχαρόνερο ","seltzer":"Ανθρακούχο νερό","dirty_water":"Βρόμικο νερό","pool_water":"Νερό πισίνας","dirt":"Χώμα","mud":"Λάσπη","wet_sand":"Βρεγμένη άμμος","rock":"Πέτρα","rock_wall":"Πέτρινος τοίχος","mudstone":"Iλύλιθος","packed_sand":"Συμπιεσμένη άμμος","plant":"φυτό","dead_plant":"Νεκρό φυτό","frozen_plant":"Παγωμένο νερό","grass":"Γυαλί","algae":"άλγη ","concrete":"τσιμέντο","wall":"τείχος","fire":"Φωτιά","bomb":"Βόμβα","steam":"Ατμός","ice":"Πάγος"}

1
lang/en.json Normal file
View File

@ -0,0 +1 @@
{"#lang.name":"English","land":"land","liquids":"liquids","states":"X ice = 🧊 X, molten X = 🌋X","grass":"grass","algae":"algae","concrete":"concrete","wall":"wall","fire":"fire","bomb":"bomb","steam":"steam","ice":"ice","rime":"rime","snow":"snow","gui.settingLabel-theme":"Theme","gui.settingsReset":"Reset Scene","gui.settingsRefresh":"Refresh Page","gui.savesTabLocal":"Local","gui.savesTabFeatured":"Featured","gui.savesTabWorkshop":"Workshop","gui.savesTabDiscord":"Discord","lye":"lye","molten_lye":"molten_lye","gui.setting-border-destroyable":"Destroyable"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{}
{"#lang.name":"Pilipino","land":"lupa","liquids":"mga_likido","life":"bukay","solids":"mga_solido","energy":"enerhiya","weapons":"mga_armas","gases":"mga gas","food":"pagkain","machines":"makinarya","special":"espesyal","heat":"init","cool":"lamig","erase":"burahin","pick":"pili","mix":"paghahalo","lookup":"paghahanap","paint":"pinta","sand":"buhangin","water":"tubig","salt_water":"tubig-alat","sugar_water":"tubig_ng_asal","seltzer":"seltser","dirty_water":"maruming_tubig","pool_water":"tubig_sa_pool","dirt":"dumi","wet_sand":"basang_buhangin","rock":"bato","rock_wall":"pader_na_bato","plant":"halaman","dead_plant":"patay_na_halaman","frozen_plant":"nagyelo_na_halaman","grass":"damo","algae":"algae","concrete":"kongkreto","wall":"pader","fire":"apoy","bomb":"bomba","steam":"singaw","ice":"yelo","wood":"kahoy","smoke":"usok","magma":"magma","plasma":"plasma","cold_fire":"malamig_na_apoy","glass":"salamin","rad_glass":"salamin na_radioactive","salt":"asin","sugar":"asukal","cement":"semento","sun":"araw","cell":"cell","cancer":"kanser","dna":"dna","plague":"salot","worm":"uod","spider":"gagamba","fly":"langaw","bee":"bubuyog","human":"tao","body":"katawan","head":"ulo","bird":"ibon","rat":"daga","fish":"isda","pipe":"tubo","pipe_wall":"dingding_ng_tubo","mixer":"panghahalo","bone":"buto","ball":"bola","ash":"abo","molten_ash":"tinunaw na abo","light":"liwanag","liquid_light":"likidong ilaw","laser":"laser","charcoal":"uling","hydrogen":"hydrogen","oxygen":"oxygen","nitrogen":"nitrogen","helium":"helium","carbon_dioxide":"carbon_dioxide"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"#lang.name":"Nederlands","land":"Land","liquids":"Vloeistoffen","life":"Leven","powders":"Poeder","solids":"Vaste stoffen","energy":"Energie","weapons":"Wapens","gases":"Gassen","food":"Eten","machines":"Machines","special":"Special","other":"Anderen","states":"Staten","heat":"Warmte","cool":"Koud","erase":"Uitgummen","drag":"Mee slepen","pick":"Pakken","mix":"Mix","lookup":"Op Zoeken","shock":"Schok","paint":"Verfen","sand":"Zand","water":"Water","salt_water":"Zout Water","sugar_water":"Suiker Water","seltzer":"seltzer","dirty_water":"Vies water","pool_water":"Zwembad water","dirt":"Aarde","mud":"Modder","wet_sand":"Nat zand","rock":"Steen","rock_wall":"Stenen muur","mudstone":"Moddersteen","packed_sand":"Ingepakt zand","plant":"Plant","dead_plant":"Dode plant","frozen_plant":"Bevroren plant","grass":"Gras","algae":"Algen","concrete":"Beton","wall":"Muur","fire":"Vuur","bomb":"Bom","steam":"Stoom","ice":"ijs","rime":"Rijp","snow":"Sneeuw","slush":"Dik water","packed_snow":"Verpakte sneeuw","wood":"Hout","smoke":"Rook","magma":"Lava","plasma":"Heet Vuur","cold_fire":"Koud Vuur","glass":"Glas","molten_glass":"Gesmolten Glas","molten_rad_glass":"Gesmolten radioactief glas","rad_glass":"Radioactief glas","meat":"Vlees","rotten_meat":"Verrot Vlees","cured_meat":"Gepekeld Vlees","cooked_meat":"Gekookt Vlees","frozen_meat":"Bevroren Vlees","salt":"Zout","molten_salt":"Gesmolten zout","sugar":"Suiker","flour":"Meel","wire":"Stroomdraad","battery":"Batterij","cloner":"Klonen","sensor":"Sensor","heater":"Verwarming","cooler":"Koeler","random":"Willekeurig","image":"Afbeelding","unpaint":"Verf ongedaan maken","uncharge":"Elektriciteit ongedaan maken","unburn":"Brand ongedaan maken","smash":"Breek","filler":"Opvuller","lattice":"Rooster","gravel":"Grind","slime":"Slijm","cement":"Cement","dust":"Stof","void":"Zwart Gat","sun":"Zon","cell":"Cel","cancer":"Kanker","dna":"DNA","plague":"Plaag","worm":"Worm","frozen_worm":"Bevroren Worm","flea":"Vlo","termite":"Termiet","ant":"Mier","spider":"Spin","web":"Spinnenweb","fly":"Vlieg","firefly":"Vuurvlieg","bee":"Bij","hive":"Bijenkorf","stink_bug":"Stink insect","dead_bug":"Dood Insect","human":"Mens","body":"Lichaam","head":"Hoofd","bird":"Vogel","rat":"Rat","frog":"Kikker","frozen_frog":"Bevroren Kikker","tadpole":"Kikkervisje","fish":"Vis","frozen_fish":"Bevroren Vis","slug":"Naaktslak","snail":"Slak","burner":"Brander","superheater":"Super verwarming","freezer":"vriezer","pipe":"Pijp","pipe_wall":"Pijp muur","mixer":"Meng","grinder":"Slijper","fuse":"Lont","ewall":"Elektrische muur","torch":"Fakkel","spout":"Waterspuit","udder":"Uier","bone_marrow":"Beenmerg","bone":"Bot","ball":"Bal","balloon":"Ballon","antipowder":"Anti poeder","antimolten":"Gesmolten anti","antifire":"Anti vuur","antifluid":"Anti vloeistof","antigas":"Anti gas","vertical":"Verticaal","horizontal":"Horizontaal","ash":"As","molten_ash":"Gesmolten as","light":"Licht","liquid_light":"Vloeibaar licht","laser":"Laser","pointer":"Punter","charcoal":"Steenkool\n","tinder":"Tondel","sawdust":"Zaagsel","hail":"Hagel","hydrogen":"Waterstof","oxygen":"Zuurstof","nitrogen":"Stikstof","helium":"Helium","anesthesia":"Anesthesie","carbon_dioxide":"Koolstofdioxide","bubble":"Bubbels","ammonia":"Ammoniak","liquid_ammonia":"Vloeibaar ammoniak","oil":"Olie","lamp_oil":"Kerosine","propane":"Propaan","liquid_propane":"Vloeibaar propaan","methane":"Methaan","liquid_methane":"Vloeibaar methaan","stained_glass":"Gekleurd glas","molten_stained_glass":"Gesmolten gekleurd glas","art":"Kunst","rainbow":"Regenboog","static":"Statisch","border":"Grens","clay":"Klei","clay_soil":"Klei grond","brick":"Steen","ruins":"Ruïne","porcelain":"Porselein","sapling":"Jonge boom","cactus":"Cactus","kelp":"Kelp","seeds":"Zaden","wheat_seed":"Tarwe zaad","straw":"Rietje","paper":"Papier","pollen":"Pollen","cloth":"Wol","cellulose":"Houtstof","wax":"Wax","melted_wax":"Gesmolten wax","incense":"Wierook","dioxin":"Dioxide","insulation":"Isolatie","sponge":"Spons","bamboo":"Bamboe","iron":"IJzer","copper":"Koper","gold":"Goud","steel":"Staal","galvanized_steel":"Gegalvaniseerd staal","zinc":"Zink","silver":"Zilver","tin":"Tin","lead":"Lood","nickel":"Nikkel","aluminum":"Aluminium","tungsten":"Wolfraam","molten_tungsten":"Gesmolten Wolfraam","brass":"Geelkoper","bronze":"Brons","sterling":"Sterling","gallium":"Gallium","molten_gallium":"Gesmolten Gallium","gallium_gas":"Gallium gas","rose_gold":"Rosé goud","purple_gold":"Paars goud\n","blue_gold":"Blauw Goud","electrum":"Groen Goud","pyrite":"Pyriet","solder":"Soldeersel","amber":"Barnsteen","molten_copper":"Gesmolten koper","molten_copper_sulfate":"Gesmolten koper sulfaat","molten_gold":"Gesmolten goud","molten_silver":"Gesmolten zilver","molten_iron":"Gesmolten IJzer","molten_nickel":"Gesmolten nikkel","molten_tin":"Gesmolten tin","molten_lead":"Gesmolten lood","molten_solder":"Gesmolten soldeersel","juice":"Sap","juice_ice":"Sap ijs","broth":"Bouillon"}
{"#lang.name":"Nederlands","land":"Land","liquids":"Vloeistoffen","life":"Leven","powders":"Poeder","solids":"Vaste stoffen","energy":"Energie","weapons":"Wapens","gases":"Gassen","food":"Eten","machines":"Machines","special":"Special","other":"Anderen","states":"Staten","heat":"Warmte","cool":"Koud","erase":"Uitgummen","drag":"Mee slepen","pick":"Pakken","mix":"Mix","lookup":"Op Zoeken","shock":"Schok","paint":"Verfen","sand":"Zand","water":"Water","salt_water":"Zout Water","sugar_water":"Suiker Water","seltzer":"seltzer","dirty_water":"Vies water","pool_water":"Zwembad water","dirt":"Aarde","mud":"Modder","wet_sand":"Nat zand","rock":"Steen","rock_wall":"Stenen muur","mudstone":"Moddersteen","packed_sand":"Ingepakt zand","plant":"Plant","dead_plant":"Dode plant","frozen_plant":"Bevroren plant","grass":"Gras","algae":"Algen","concrete":"Beton","wall":"Muur","fire":"Vuur","bomb":"Bom","steam":"Stoom","ice":"ijs","rime":"Rijp","snow":"Sneeuw","slush":"Dik water","packed_snow":"Verpakte sneeuw","wood":"Hout","smoke":"Rook","magma":"Lava","plasma":"Heet Vuur","cold_fire":"Koud Vuur","glass":"Glas","molten_glass":"Gesmolten Glas","molten_rad_glass":"Gesmolten radioactief glas","rad_glass":"Radioactief glas","meat":"Vlees","rotten_meat":"Verrot Vlees","cured_meat":"Gepekeld Vlees","cooked_meat":"Gekookt Vlees","frozen_meat":"Bevroren Vlees","salt":"Zout","molten_salt":"Gesmolten zout","sugar":"Suiker","flour":"Meel","wire":"Stroomdraad","battery":"Batterij","cloner":"Klonen","sensor":"Sensor","heater":"Verwarming","cooler":"Koeler","random":"Willekeurig","image":"Afbeelding","unpaint":"Verf ongedaan maken","uncharge":"Elektriciteit ongedaan maken","unburn":"Brand ongedaan maken","smash":"Breek","filler":"Opvuller","lattice":"Rooster","gravel":"Grind","slime":"Slijm","cement":"Cement","dust":"Stof","void":"Zwart Gat","sun":"Zon","cell":"Cel","cancer":"Kanker","dna":"DNA","plague":"Plaag","worm":"Worm","frozen_worm":"Bevroren Worm","flea":"Vlo","termite":"Termiet","ant":"Mier","spider":"Spin","web":"Spinnenweb","fly":"Vlieg","firefly":"Vuurvlieg","bee":"Bij","hive":"Bijenkorf","stink_bug":"Stink insect","dead_bug":"Dood Insect","human":"Mens","body":"Lichaam","head":"Hoofd","bird":"Vogel","rat":"Rat","frog":"Kikker","frozen_frog":"Bevroren Kikker","tadpole":"Kikkervisje","fish":"Vis","frozen_fish":"Bevroren Vis","slug":"Naaktslak","snail":"Slak","burner":"Brander","superheater":"Super verwarming","freezer":"vriezer","pipe":"Pijp","pipe_wall":"Pijp muur","mixer":"Meng","grinder":"Slijper","fuse":"Lont","ewall":"Elektrische muur","torch":"Fakkel","spout":"Waterspuit","udder":"Uier","bone_marrow":"Beenmerg","bone":"Bot","ball":"Bal","balloon":"Ballon","antipowder":"Anti poeder","antimolten":"Gesmolten anti","antifire":"Anti vuur","antifluid":"Anti vloeistof","antigas":"Anti gas","vertical":"Verticaal","horizontal":"Horizontaal","ash":"As","molten_ash":"Gesmolten as","light":"Licht","liquid_light":"Vloeibaar licht","laser":"Laser","pointer":"Punter","charcoal":"Steenkool\n","tinder":"Tondel","sawdust":"Zaagsel","hail":"Hagel","hydrogen":"Waterstof","oxygen":"Zuurstof","nitrogen":"Stikstof","helium":"Helium","anesthesia":"Anesthesie","carbon_dioxide":"Koolstofdioxide","bubble":"Bubbels","ammonia":"Ammoniak","liquid_ammonia":"Vloeibaar ammoniak","oil":"Olie","lamp_oil":"Kerosine","propane":"Propaan","liquid_propane":"Vloeibaar propaan","methane":"Methaan","liquid_methane":"Vloeibaar methaan","stained_glass":"Gekleurd glas","molten_stained_glass":"Gesmolten gekleurd glas","art":"Kunst","rainbow":"Regenboog","static":"Statisch","border":"Grens","clay":"Klei","clay_soil":"Klei grond","brick":"Steen","ruins":"Ruïne","porcelain":"Porselein","sapling":"Jonge boom","cactus":"Cactus","kelp":"Kelp","seeds":"Zaden","wheat_seed":"Tarwe zaad","straw":"Rietje","paper":"Papier","pollen":"Pollen","cloth":"Wol","cellulose":"Houtstof","wax":"Wax","melted_wax":"Gesmolten wax","incense":"Wierook","dioxin":"Dioxide","insulation":"Isolatie","sponge":"Spons","bamboo":"Bamboe","iron":"IJzer","copper":"Koper","gold":"Goud","steel":"Staal","galvanized_steel":"Gegalvaniseerd staal","zinc":"Zink","silver":"Zilver","tin":"Tin","lead":"Lood","nickel":"Nikkel","aluminum":"Aluminium","tungsten":"Wolfraam","molten_tungsten":"Gesmolten Wolfraam","brass":"Geelkoper","bronze":"Brons","sterling":"Sterling","gallium":"Gallium","molten_gallium":"Gesmolten Gallium","gallium_gas":"Gallium gas","rose_gold":"Rosé goud","purple_gold":"Paars goud\n","blue_gold":"Blauw Goud","electrum":"Groen Goud","pyrite":"Pyriet","solder":"Soldeersel","amber":"Barnsteen","molten_copper":"Gesmolten koper","molten_copper_sulfate":"Gesmolten koper sulfaat","molten_gold":"Gesmolten goud","molten_silver":"Gesmolten zilver","molten_iron":"Gesmolten IJzer","molten_nickel":"Gesmolten nikkel","molten_tin":"Gesmolten tin","molten_lead":"Gesmolten lood","molten_solder":"Gesmolten soldeersel","juice":"Sap","juice_ice":"Sap ijs","broth":"Bouillon","dough":"deeg"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{}
{"#lang.name":"Română","land":"pământ","liquids":"lichide","life":"viață","powders":"pudre","solids":"solide","energy":"energie","weapons":"arme","gases":"gaze","food":"mâncare","machines":"mașinării","special":"special","other":"altele","states":"stări","heat":"căldură","cool":"răcire","erase":"șterge","drag":"trage","pick":"ia","mix":"amestecă","lookup":"caută","shock":"șoc","paint":"vopsea","sand":"nisip","water":"apă","salt_water":"apă_de_sare","sugar_water":"apă_de_zahăr","seltzer":"seltzer","dirty_water":"apă_murdară","pool_water":"apă_de_piscină","dirt":"noroi","mud":"noroi","wet_sand":"nisip_ud","rock":"piatră","plant":"plantă","dead_plant":"plantă_moartă","frozen_plant":"plantă_înghețată","grass":"iarbă","algae":"algă","concrete":"beton","wall":"perete","fire":"foc","bomb":"bombă","steam":"abur","ice":"gheață","snow":"zăpadă","wood":"lemn","smoke":"fum","plasma":"plasmă","glass":"sticlă","meat":"carne","salt":"sare","sugar":"zahăr","flour":"făină","wire":"fir","battery":"baterie","cloner":"clonator","sensor":"senzor","random":"aleatoriu","image":"imagine","dust":"praf","void":"vid","sun":"soare","cancer":"cancer","dna":"adn","plague":"ciumă","worm":"vierme","spider":"păianjen","fly":"muscă","firefly":"licurici","bee":"albină","hive":"stup","human":"om","body":"corp","head":"cap","bird":"pasăre","rat":"șoarece","fish":"pește","snail":"melc","pipe":"țeavă","torch":"torță","bone_marrow":"măduva_spinării","bone":"os","ball":"minge","balloon":"balon","antipowder":"antipudră","antifire":"antifoc","antifluid":"antifluid","vertical":"vertical","horizontal":"orizontal","ash":"scrum","light":"lumină","laser":"laser","hydrogen":"hidrogen","oxygen":"oxigen","nitrogen":"nitrogen","helium":"heliu","anesthesia":"anestezie","bubble":"bule","oil":"ulei","propane":"propan","methane":"metan","rainbow":"curcubeu","static":"static","border":"graniță","brick":"cărămidă","ruins":"ruine","porcelain":"porțelan","seeds":"semințe","grass_seed":"semințe_de_iarbă","wheat_seed":"semințe_de_grâu","straw":"pai","paper":"hârtie","pollen":"polen","vine":"liană","foam":"spumă","acid":"acid","glue":"lipici","soda":"suc","virus":"virus"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
lang/th.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -183,4 +183,12 @@ if (elements.brass) {elements.brass.color = ["#cb9e5d","#865e39"];}
if (elements.bronze) {elements.bronze.color = "#cd7f32";}
if (elements.sterling) {elements.sterling.color = ["#858478","#eae8e2","#bfbcb7"];}
if (elements.solder) {elements.solder.color = "#a1a19d";}
if (elements.sulfur) {elements.sulfur.color = ["#e9d74c","#89761b","#ddc56b"];}
if (elements.sulfur) {elements.sulfur.color = ["#e9d74c","#89761b","#ddc56b"];}
if (elements.random) {elements.random.color = ["#3e5f8a","#a334ec","#ea96f9","#a6ecf6","#70ebc8","#d9286b","#7eed91","#a18b30"];}
if (elements.pyrite) {elements.pyrite.color = ["#e8e0cb","#cdcaaf","#726a53","#8f835e","#bfb9a0"];}
if (elements.purple_gold) {elements.purple_gold.color = ["#f58fda","#d06cb5","#f58fda"];}
if (elements.acid) {elements.acid.color = ["#b5cf91","#a1ff5e","#288f2a"];}
for (let element in elements) {
if (elements[element].buttonColor !== undefined) delete elements[element].buttonColor;
}

View File

@ -1,7 +1,8 @@
dependOn("borders.js", ()=>{}, true);
// dependOn("borders.js", ()=>{}, true);
dependOn("glow.js", ()=>{}, true);
dependOn("background_changer.js", ()=>{}, true);
// dependOn("background_changer.js", ()=>{}, true);
dependOn("cursor.js", ()=>{}, true);
dependOn("devsnacks.js", ()=>{}, true);
function minimizeElement(selector) {
document.querySelectorAll(selector).forEach(element => {
@ -30,10 +31,48 @@ document.head.insertAdjacentHTML("beforeend", `
settings.pixelsize = "6w";
let __setMouseColor = (color) => {
mouseColor = color;
settings.mouseColor = color;
}
contentModOptions = {
"Set Background": () => {
setCanvasBGPrompt();
},
// "Set Background": () => {
// promptChoose("", [
// "Custom", "Grassland", "Sky", "Sky Warm", "Sky Pink", "Sky Purple", "Sky Dark"
// ], r => {
// if (r === "Custom") setCanvasBGPrompt();
// else if (r === "Grassland") {
// setCanvasBG("https://i.imgur.com/Id9WZv4.png", "#2d6138");
// __setMouseColor("#000000");
// }
// else if (r === "Sky") {
// setCanvasBG("https://i.imgur.com/Er068gC.png", "#647690");
// __setMouseColor("#000000");
// }
// else if (r === "Sky Warm") {
// setCanvasBG("https://i.imgur.com/1GWI5xd.png", "#904f45");
// __setMouseColor("#000000");
// }
// else if (r === "Sky Pink") {
// setCanvasBG("https://i.imgur.com/f5gltLn.png", "#435897");
// __setMouseColor("#FFFFFF");
// }
// else if (r === "Sky Purple") {
// setCanvasBG("https://i.imgur.com/1KNCIwJ.png", "#763CB5");
// __setMouseColor("#FFFFFF");
// }
// else if (r === "Sky Dark") {
// setCanvasBG("https://i.imgur.com/wbYia5p.png", "#181628");
// __setMouseColor("#FFFFFF");
// }
// })
// },
// "Clear Background": () => {
// clearCanvasBG();
// mouseColor = "rgba(255,255,255)";
// delete settings.mouseColor;
// },
"Set Cursor Color": () => {
promptInput("Enter an image URL. Leave blank to clear background.", (color) => {
if (!color) {
@ -44,12 +83,6 @@ contentModOptions = {
settings.mouseColor = color;
}, "Mouse Color")
},
"Clear Background": () => {
clearCanvasBG();
},
"Grassland": () => setCanvasBG("https://i.imgur.com/Id9WZv4.png", "#2d6138ff"),
"Sky": () => setCanvasBG("https://i.imgur.com/Er068gC.png", "#647690ff"),
"Sky Warm": () => setCanvasBG("https://i.imgur.com/aJeSRLk.png", "#904f45ff"),
"Minimize UI": () => {
minimizeElement("#stats");
minimizeElement("#extraInfo");

View File

@ -159,4 +159,35 @@ elements.mayochup = {
density: 1072.5,
isFood: true,
hidden: true
};
};
elements.spice = {
color: ["#DD4F40","#A14130"],
grain: 2,
behavior: behaviors.POWDER,
reactions: {
"water": { elem1:null, elem2:"spicy_water", chance:0.2 },
"salt_water": { elem1:null, elem2:"spicy_water", chance:0.2 },
"sugar_water": { elem1:null, elem2:"spicy_water", chance:0.2 },
},
tempHigh: 350,
stateHigh: "smoke",
category:"food",
state: "solid",
density: 2160,
isFood: true
};
elements.spicy_water = {
color: "#eeac9e",
behavior: behaviors.LIQUID,
tempHigh: 100,
stateHigh: ["steam","spice"],
category:"food",
state: "liquid",
density: 997,
isFood: true
};
elements.broth.reactions.spice = { color1:"#ef713f", tempMin:70, chance:0.05 };
elements.broth.reactions.spicy_water = { color1:"#ef713f", tempMin:70, chance:0.05 };
elements.meat.reactions.spicy_water = { elem2:"broth", color2:"#ef713f", tempMin:70 };

View File

@ -96,7 +96,7 @@ viewInfo[1] = { // Blur Glow (Emissive pixels only)
};
renderEachPixel(function(pixel,ctx) {
if (view === 1 && settings.textures !== 0) {
if ((view === 1 || viewInfo[view].alias === 1) && settings.textures !== 0) {
if (elements[pixel.element].emit || pixel.emit || (elements[pixel.element].colorOn && pixel.charge)) {
let a = (settings.textures !== 0) ? pixel.alpha : undefined;
let d = pixel.emit||elements[pixel.element].emit||true;

View File

@ -78,6 +78,7 @@ runAfterAutogen(function(){
elements[element].hidden = true;
elements[element].category = "inventory";
}
if (elements[element].onShiftSelect) delete elements[element].onShiftSelect;
}
for (var element in settings.survival) {
if (!elements[element]) { continue; }

121
style.css
View File

@ -233,6 +233,13 @@ kbd:active {filter: brightness(70%);}
.XButton:hover {
background-color: rgb(200, 33, 33);
}
#promptMenuText {
-webkit-user-select: text; /* Safari */
-khtml-user-select: unset; /* Konqueror HTML */
-moz-user-select: unset; /* Old versions of Firefox */
-ms-user-select: unset; /* Internet Explorer/Edge */
user-select: text;
}
/*#modManagerAdd {
position: absolute;
bottom: 25%;
@ -411,7 +418,7 @@ button, input[type="submit"], input[type="reset"] {
text-shadow: 0.5px 1px 4px #000000;
color: rgba(255, 255, 255, 0.85);
border: 2px solid var(--theme-opac85);
margin: 0px 4px 4px 4px;
margin: 0px 2px 4px 2px;
font-variant: small-caps;
z-index: 15;
}
@ -455,8 +462,8 @@ input[type="button"]:active, input[type="button"]:active:hover {
color: rgba(0, 0, 0, 1);
}
#controls button[on="true"] {
border-color:lime;
color:lime;
border-color:#5ee05e;
color:#5ee05e;
}
#controls div {
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
@ -953,4 +960,112 @@ a.texticon:hover, a.texticon:active, a.texticon:hover:active {
overflow-x: unset;
opacity: unset;
padding-right: 1em;
}
img {
image-rendering: pixelated;
}
.pixel-corners,
.pixel-corners--wrapper {
}
.pixel-corners {
}
.pixel-corners--wrapper {
}
.pixel-corners--wrapper .pixel-corners {
}
.pixel-corners::after,
.pixel-corners--wrapper::after {
}
.pixel-corners::after {
}
.controlButton, .elementButton, .pixel-corners {
clip-path: polygon(0px calc(100% - 4px),
2px calc(100% - 4px),
2px calc(100% - 2px),
4px calc(100% - 2px),
4px 100%,
calc(100% - 4px) 100%,
calc(100% - 4px) calc(100% - 2px),
calc(100% - 2px) calc(100% - 2px),
calc(100% - 2px) calc(100% - 4px),
100% calc(100% - 4px),
100% 4px,
calc(100% - 2px) 4px,
calc(100% - 2px) 2px,
calc(100% - 4px) 2px,
calc(100% - 4px) 0px,
4px 0px,
4px 2px,
2px 2px,
2px 4px,
0px 4px);
position: relative;
border: 2.5px solid transparent!important;
}
.controlButton::after, .elementButton::after, .pixel-corners::after {
content: "";
position: absolute;
clip-path: polygon(0px calc(100% - 4px),
2px calc(100% - 4px),
2px calc(100% - 2px),
4px calc(100% - 2px),
4px 100%,
calc(100% - 4px) 100%,
calc(100% - 4px) calc(100% - 2px),
calc(100% - 2px) calc(100% - 2px),
calc(100% - 2px) calc(100% - 4px),
100% calc(100% - 4px),
100% 4px,
calc(100% - 2px) 4px,
calc(100% - 2px) 2px,
calc(100% - 4px) 2px,
calc(100% - 4px) 0px,
4px 0px,
4px 2px,
2px 2px,
2px 4px,
0px 4px,
0px 50%,
4px 50%,
4px 6px,
6px 6px,
6px 4px,
calc(100% - 6px) 4px,
calc(100% - 6px) 6px,
calc(100% - 4px) 6px,
calc(100% - 4px) calc(100% - 6px),
calc(100% - 6px) calc(100% - 6px),
calc(100% - 6px) calc(100% - 4px),
6px calc(100% - 4px),
6px calc(100% - 6px),
4px calc(100% - 6px),
4px 50%,
0px 50%);
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
pointer-events: none;
margin: -4px;
background: rgba(255,255,255,0.5);
/* background-image: linear-gradient(to right bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.33)) */
}
.elementButton::after {
background: var(--button-border);
}
.elementButton.bright::after {
/* background: rgba(0,0,0,0.5); */
/* background-image: linear-gradient(to right bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.33)) */
}
#controls button[on="true"]::after {
background: #5ee05e
}
#controls .elementButton[current="true"]::after {
background: #5ee05e;
}

View File

@ -1,6 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>Verification: fc020778bf434546</body>
</html>