Update README.md

This commit is contained in:
slweeb 2023-03-18 00:01:20 -04:00 committed by GitHub
parent e5e7b7b200
commit 4f316a5c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 15 deletions

View File

@ -4,28 +4,34 @@ A falling sand simulation game.
Play at [Sandboxels.R74n.com](https://sandboxels.r74n.com/). Play at [Sandboxels.R74n.com](https://sandboxels.r74n.com/).
# Controls # Controls
* Left Click = Place Pixels * Left Click = Draw pixels
* Right Click = Erase Pixels * Right Click = Erase pixels
* Middle Click = Pick Element * Middle Click = Pick element
* Spacebar or P = Pause Simulation * Space or P = Pause simulation
* Shift + Heat = Intense Heating * Shift + Heat/Cool/Shock = Intensify effect
* Shift + Cool = Intense Cooling * Shift + Click = Draw line
* ‐ or [ = Decrease Cursor Size * Scroll or +- or [] = Change cursor size
* + or ] = Increase Cursor Size * ←→ = Change category
* Shift + - = Set Cursor Size to 1 * E = Select by name
* Shift + + = Increase Cursor Size * I or / = Element info
* E = Element Selection * \ = Open settings
* > = Step * > = Single step
* F or F11 = Fullscreen
* 1234 = Change view
* F1 = Toggle GUI
* C or F2 = Capture screenshot
(Alt/Option can be used in place of Shift) (Alt/Option can be used in place of Shift)
# 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 * Info = Open the element info screen
* Mods = Open the Mod Manager
* Settings = Open the settings menu