From f42d099d0244247e1dbf3901ee8142c1da9274e9 Mon Sep 17 00:00:00 2001 From: kazitor <32972585+kazitor@users.noreply.github.com> Date: Wed, 8 Aug 2018 09:02:28 +1000 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index cd65e2f74..0b08588ba 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ The Powder Toy - March 2018 ========================== -Get the latest version here: http://powdertoy.co.uk/Download.html - -To use online features such as saving, you need to register at: http://powdertoy.co.uk/Register.html -You can visit the official TPT forum here: http://powdertoy.co.uk/Discussions/Categories/Index.html +Get the latest version [from the Powder Toy website](http://powdertoy.co.uk/Download.html). +To use online features such as saving, you need to [register an account](http://powdertoy.co.uk/Register.html). +You can also visit [the official TPT forum](http://powdertoy.co.uk/Discussions/Categories/Index.html). Have you ever wanted to blow something up? Or maybe you always dreamt of operating an atomic power plant? Do you have a will to develop your own CPU? The Powder Toy lets you to do all of these, and even more! -The Powder Toy is a free physics sandbox game, which simulates air pressure and velocity, heat, gravity and a countless number of interactions between different substances! The game provides you with various building materials, liquids, gases and electronic components which can be used to construct complex machines, guns, bombs, realistic terrains and almost anything else. You can then mine them and watch cool explosions, add intricate wirings, play with little stickmen or operate your machine. You can browse and play thousands of different saves made by the community or upload your own - we welcome your creations! +The Powder Toy is a free physics sandbox game, which simulates air pressure and velocity, heat, gravity and a countless number of interactions between different substances! The game provides you with various building materials, liquids, gases and electronic components which can be used to construct complex machines, guns, bombs, realistic terrains and almost anything else. You can then mine them and watch cool explosions, add intricate wirings, play with little stickmen or operate your machine. You can browse and play thousands of different saves made by the community or upload your own – we welcome your creations! -There is a Lua API - you can automate your work or even make plugins for the game. The Powder Toy is free and the source code is distributed under the GNU General Public License, so you can modify the game yourself or help with development. TPT is compiled using scons. +There is a Lua API – you can automate your work or even make plugins for the game. The Powder Toy is free and the source code is distributed under the GNU General Public License, so you can modify the game yourself or help with development. TPT is compiled using scons. Build instructions =========================================================================== @@ -19,7 +18,7 @@ Build instructions sudo apt-get install build-essential libsdl1.2-dev libbz2-dev zlib1g-dev liblua5.1.0-dev git scons libfftw3-dev scons -For a list of flags for `scons`, see http://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html. +For a list of flags for `scons`, see [the Powder Toy wiki](http://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html). Thanks =========================================================================== @@ -56,27 +55,27 @@ Controls | Space | Pause | | Q / Esc | Quit | | Z | Zoom | -| S | Save stamp (+ Ctrl when STK2 is out) | +| S | Save stamp (use with Ctrl when STK2 is out) | | L | Load last saved stamp | | K | Stamp library | -| 1-9 | Set view mode | -| P / F2 | Save screenshot to .png | +| 0-9 | Set view mode | +| P / F2 | Save screenshot as .png | | E | Bring up element search | -| F | Pause and go to next frame | +| F | Pause and step to next frame | | G | Increase grid size | | Shift + G | Decrease grid size | | H | Show/Hide HUD | | Ctrl + H / F1 | Show intro text | -| D / F3 | Debug mode (+ Ctrl when STK2 is out) | +| D / F3 | Debug mode (use with Ctrl when STK2 is out) | | I | Invert Pressure and Velocity map | -| W | Toggle gravity modes (+ Ctrl when STK2 is out) | -| Y | Toggle air modes | +| W | Cycle gravity modes (use with Ctrl when STK2 is out) | +| Y | Cycle air modes | | B | Enter decoration editor menu | | Ctrl + B | Toggle decorations on/off | | N | Toggle Newtonian Gravity on/off | | U | Toggle ambient heat on/off | | Ctrl + I | Install powder toy, for loading saves/stamps by double clicking | -| ~ | Console | +| \` | Toggle console | | = | Reset pressure and velocity map | | Ctrl + = | Reset Electricity | | [ | Decrease brush size |