Density and Reactions Update
This commit is contained in:
parent
22722c8b40
commit
4d514b6255
|
|
@ -1,8 +1,61 @@
|
||||||
[Future Plans]
|
[Future Plans]
|
||||||
+ Density Update
|
+ Artists' Update (Painting, Lines, Shapes, etc.)
|
||||||
+ Reactions Update
|
+ Explosives Update
|
||||||
+ Electricity & Machines Update
|
+ Electricity & Machines Update
|
||||||
|
|
||||||
|
[Version 0.7 - Density & Reactions]
|
||||||
|
+ New category-based element selection menu
|
||||||
|
+ Pixels are now slightly smaller allowing for more space
|
||||||
|
+ Scroll wheel now controls cursor size
|
||||||
|
+ Absolute zero temperature (-273.15°C)
|
||||||
|
+ Molten elements are now colored differently
|
||||||
|
+ Mix tool
|
||||||
|
+ **Density**
|
||||||
|
+ If density is higher, powders will sink in liquids, liquids in liquids, powders in gases, etc.
|
||||||
|
+ Each powder, liquid, and gas has its own density value
|
||||||
|
+ **Reactions between elements**
|
||||||
|
+ Element info lookup GUI
|
||||||
|
+ Right click an element button to open its info
|
||||||
|
+ Press the / or I key to open the info screen
|
||||||
|
+ Click underlined elements to open their info
|
||||||
|
+ Info button
|
||||||
|
+ Lookup tool
|
||||||
|
+ Mud & Mudstone
|
||||||
|
+ Wet Sand & Packed Sand
|
||||||
|
+ Zinc, Tin, Nickel, Silver, Gold, Aluminum
|
||||||
|
+ Alloys made by mixing molten metals
|
||||||
|
+ Brass, Bronze, Sterling, Steel, Rose Gold
|
||||||
|
+ Gold Coins
|
||||||
|
+ Milk, Yogurt, Udder
|
||||||
|
+ Vinegar
|
||||||
|
+ Baking Soda
|
||||||
|
+ Corn, Corn Seed, Popcorn
|
||||||
|
+ Plant Root
|
||||||
|
+ Potato, Potato Seed
|
||||||
|
+ Yeast, Bread, Toast
|
||||||
|
+ Flour, Dough
|
||||||
|
+ Salt, Salt Water
|
||||||
|
+ Sugar, Caramel, Candy, Sugar Water
|
||||||
|
+ Plants convert carbon dioxide to oxygen
|
||||||
|
+ Rust
|
||||||
|
+ Hydrogen
|
||||||
|
+ Nitrogen
|
||||||
|
+ Alcohol
|
||||||
|
+ Lichen
|
||||||
|
+ Ruins can now melt
|
||||||
|
+ Permafrost now melts into mud
|
||||||
|
~ Arrow buttons have been changed to + and -
|
||||||
|
+ New icons for holding Alt/Option and Right Shift
|
||||||
|
~ Fixed: Ghost pixels
|
||||||
|
~ Fixed: Fire turns to smoke too much
|
||||||
|
~ Fixed: Plasma goes out of control
|
||||||
|
~ Fixed: Console error when leaving element select popup blank
|
||||||
|
+ Technical: "name" is no longer a required element attribute
|
||||||
|
+ Technical: New element attributes used for moving elements for density simulation
|
||||||
|
+ "state" (solid, liquid, or gas)
|
||||||
|
+ "density" (density of the element in kg/m³)
|
||||||
|
+ Automatic molten elements are given 0.9x density
|
||||||
|
|
||||||
[Version 0.6 - Thermal Conductivity - Dec. 23, 2021]
|
[Version 0.6 - Thermal Conductivity - Dec. 23, 2021]
|
||||||
+ Thermal Conductivity / Heat Transfer
|
+ Thermal Conductivity / Heat Transfer
|
||||||
+ Insulation
|
+ Insulation
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,13 @@
|
||||||
Spacebar or P = Pause Simulation
|
Spacebar or P = Pause Simulation
|
||||||
Shift + Heat = Intense Heating
|
Shift + Heat = Intense Heating
|
||||||
Shift + Cool = Intense Cooling
|
Shift + Cool = Intense Cooling
|
||||||
|
Scroll = Change Cursor Size
|
||||||
- or [ = Decrease Cursor Size
|
- or [ = Decrease Cursor Size
|
||||||
+ or ] = Increase Cursor Size
|
+ or ] = Increase Cursor Size
|
||||||
Shift + - = Set Cursor Size to 1
|
Shift + - = Set Cursor Size to 1
|
||||||
Shift + + = Increase Cursor Size
|
Shift + + = Increase Cursor Size
|
||||||
E = Element Selection
|
E = Element Selection
|
||||||
|
/ or I = Element Info Screen
|
||||||
> = Step
|
> = Step
|
||||||
|
|
||||||
(Alt/Option can be used in place of Shift)
|
(Alt/Option can be used in place of Shift)
|
||||||
|
|
@ -17,10 +19,11 @@
|
||||||
[Button Info]
|
[Button Info]
|
||||||
Pause = Pause/play the simulation
|
Pause = Pause/play the simulation
|
||||||
Step = Run a single frame
|
Step = Run a single frame
|
||||||
Up Arrow = Increase the cursor size
|
Minus = Decrease the cursor size
|
||||||
Down Arrow = Increase the cursor size
|
Plus = Increase the cursor size
|
||||||
Reset = Clears the entire simulation
|
Reset = Clears the entire simulation
|
||||||
Replace = Overrides pixels when placing
|
Replace = Overrides pixels when placing
|
||||||
E = Select any element by name
|
E = Select any element by name
|
||||||
TPS = Change how fast the simulation runs
|
TPS = Change how fast the simulation runs
|
||||||
Hide = Run the simulation without updating the display
|
Hide = Run the simulation without updating the display
|
||||||
|
Info = Brings up the element info screen
|
||||||
1684
index.html
1684
index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue