Update README and intro text

(Another step toward world domination! Also, woohoo 5000th commit on master!)
This commit is contained in:
Tamás Bálint Misius
2019-06-11 21:27:06 +02:00
parent 8897c6daea
commit 3a845051be
2 changed files with 10 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ Thanks
* MaksProg * MaksProg
* jacob1 * jacob1
* mniip * mniip
* LBPHacker
Instructions Instructions
@@ -101,11 +102,11 @@ Controls
Command Line Command Line
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
| Command | | | Command | Description | Example |
| ------------------------ | -------------------------------------------------------------- | | ---------------------- | ------------------------------------------------ | ---------------------------------------------------- |
| scale:<size> | Change window scale | | `scale:SIZE` | Change window scale factor | `scale:2` |
| kiosk | Fullscreen mode | | `kiosk` | Fullscreen mode | |
| proxy\:server[:port] | Proxy server to use [Example: proxy\:wwwcache.lancs.ac.uk:8080] | | `proxy\:SERVER[:PORT]` | Proxy server to use | `proxy\:wwwcache.lancs.ac.uk:8080` |
| open <file> | Opens the file as a stamp or game save | | `open FILE` | Opens the file as a stamp or game save | |
| ddir <directory> | Directory used for saving stamps and preferences | | `ddir DIRECTORY` | Directory used for saving stamps and preferences | |
| ptsave:<save id>#[name] | [Example: ptsave:2198#Destroyable_city_5_wth_metro~dima-gord] | | `ptsave:SAVEID[#NAME]` | Open online save, used by ptsave: URLs | `ptsave:2198#Destroyable_city_5_wth_metro~dima-gord` |

View File

@@ -21,7 +21,7 @@ const char *const introTextData =
"\n" "\n"
"Contributors: \bgStanislaw K Skowronek (Designed the original Powder Toy),\n" "Contributors: \bgStanislaw K Skowronek (Designed the original Powder Toy),\n"
"\bgSimon Robertshaw, Skresanov Savely, cracker64, Catelite, Bryan Hoyle, Nathan Cousins, jacksonmj,\n" "\bgSimon Robertshaw, Skresanov Savely, cracker64, Catelite, Bryan Hoyle, Nathan Cousins, jacksonmj,\n"
"\bgFelix Wallin, Lieuwe Mosch, Anthony Boot, Matthew \"me4502\", MaksProg, jacob1, mniip\n" "\bgFelix Wallin, Lieuwe Mosch, Anthony Boot, Matthew \"me4502\", MaksProg, jacob1, mniip, LBPHacker\n"
"\n" "\n"
#ifndef BETA #ifndef BETA
"\bgTo use online features such as saving, you need to register at: \brhttps://powdertoy.co.uk/Register.html\n" "\bgTo use online features such as saving, you need to register at: \brhttps://powdertoy.co.uk/Register.html\n"