mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Update README and intro text
(Another step toward world domination! Also, woohoo 5000th commit on master!)
This commit is contained in:
17
README.md
17
README.md
@@ -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` |
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user