Skip to content

Commit

Permalink
Use https in readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Oct 31, 2018
1 parent f42d099 commit 50a121f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
@@ -1,10 +1,10 @@
The Powder Toy - March 2018
==========================

Get the latest version [from the Powder Toy website](http://powdertoy.co.uk/Download.html).
Get the latest version [from the Powder Toy website](https://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).
To use online features such as saving, you need to [register an account](https://powdertoy.co.uk/Register.html).
You can also visit [the official TPT forum](https://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!

Expand All @@ -18,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 [the Powder Toy wiki](http://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html).
For a list of flags for `scons`, see [the Powder Toy wiki](https://powdertoy.co.uk/Wiki/W/Scons_command_line_flags.html).

Thanks
===========================================================================
Expand Down Expand Up @@ -75,13 +75,13 @@ Controls
| N | Toggle Newtonian Gravity on/off |
| U | Toggle ambient heat on/off |
| Ctrl + I | Install powder toy, for loading saves/stamps by double clicking |
| \` | Toggle console |
| Backtick | Toggle console |
| = | Reset pressure and velocity map |
| Ctrl + = | Reset Electricity |
| [ | Decrease brush size |
| ] | Increase brush size |
| Alt + [ | Decrease brush size by 1 |
| Alt + ] | Increase brush size by 1 |
| \[ | Decrease brush size |
| \] | Increase brush size |
| Alt + \[ | Decrease brush size by 1 |
| Alt + \] | Increase brush size by 1 |
| Ctrl + C/V/X | Copy/Paste/Cut |
| Ctrl + Z | Undo |
| Ctrl + Y | Redo |
Expand All @@ -105,7 +105,7 @@ Command Line
| ------------------------ | -------------------------------------------------------------- |
| scale:<size> | Change window scale |
| kiosk | Fullscreen mode |
| proxy:server[:port] | Proxy server to use [Example: proxy:wwwcache.lancs.ac.uk:8080] |
| proxy\:server[:port] | Proxy server to use [Example: proxy\:wwwcache.lancs.ac.uk:8080] |
| open <file> | Opens the file as a stamp or game save |
| ddir <directory> | Directory used for saving stamps and preferences |
| ptsave:<save id>#[name] | [Example: ptsave:2198#Destroyable_city_5_wth_metro~dima-gord] |

0 comments on commit 50a121f

Please sign in to comment.