This commit is contained in:
slweeb 2022-02-07 17:22:19 -05:00
parent 799681193e
commit 67b5d60c0f
2 changed files with 36 additions and 36 deletions

View File

@ -1,40 +1,40 @@
[Sandboxels Controls] [Sandboxels Controls]
Left Click = Place Pixels Left Click = Place Pixels
Right Click = Erase Pixels Right Click = Erase Pixels
Middle Click = Pick Element Middle Click = Pick Element
Space or P = Pause Simulation Space or P = Pause Simulation
Shift + Heat = Intense Heating Shift + Heat = Intense Heating
Shift + Cool = Intense Cooling Shift + Cool = Intense Cooling
Shift + Mix = Include Fire & Smoke in Mixing Shift + Mix = Include Fire & Smoke in Mixing
Shift + Shock = Intense Shock Shift + Shock = Intense Shock
Scroll = Change Cursor Size 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
Left/Right Arrow = Change Category Left/Right Arrow = Change Category
E = Element Selection E = Element Selection
/ or I = Element Info Screen / or I = Element Info Screen
\ = Settings Menu \ = Settings Menu
M = Mod Manager M = Mod Manager
> = Step > = Step
F or F11 = Toggle Fullscreen F or F11 = Toggle Fullscreen
1 or 0 = Normal View 1 or 0 = Normal View
2 = Thermal View 2 = Thermal View
F1 = Toggle GUI / HUD F1 = Toggle GUI / HUD
F2 or C = Capture Screenshot F2 or C = 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
Minus = Decrease the cursor size Minus = Decrease the cursor size
Plus = 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
Info = Brings up the element info screen Info = Brings up the element info screen
Mods = Opens the Mod Manager Mods = Opens the Mod Manager
Settings = Opens the Settings Menu Settings = Opens the Settings Menu

View File

@ -7528,7 +7528,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
<div id="categoryControls"></div> <div id="categoryControls"></div>
<div id="elementControls"></div> <div id="elementControls"></div>
</div> </div>
<div id="extraInfo"><small><a href="controls.txt" target="_blank">Controls</a><a href="changelog.txt" target="_blank">Changelog</a><a href="https://docs.google.com/document/d/1R8xljj_J-K5oU-9y4louwplQmM-ZBvUfXmhbgj5LYdk/edit?usp=sharing" target="_blank">Feedback</a></small></div> <div id="extraInfo"><small><a href="controls.txt" target="_blank">Controls</a><a href="changelog.txt" target="_blank">Changelog</a><a href="https://docs.google.com/document/d/1R8xljj_J-K5oU-9y4louwplQmM-ZBvUfXmhbgj5LYdk/edit?usp=sharing" target="_blank">Feedback</a><a href="https://discord.gg/ejUc6YPQuS" target="_blank">Discord</a></small></div>
</div> </div>
</div> </div>