diff --git a/README.md b/README.md index 2812300bb..61bf25d7c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Thanks * MaksProg * jacob1 * mniip +* LBPHacker Instructions @@ -101,11 +102,11 @@ Controls Command Line --------------------------------------------------------------------------- -| Command | | -| ------------------------ | -------------------------------------------------------------- | -| scale: | Change window scale | -| kiosk | Fullscreen mode | -| proxy\:server[:port] | Proxy server to use [Example: proxy\:wwwcache.lancs.ac.uk:8080] | -| open | Opens the file as a stamp or game save | -| ddir | Directory used for saving stamps and preferences | -| ptsave:#[name] | [Example: ptsave:2198#Destroyable_city_5_wth_metro~dima-gord] | +| Command | Description | Example | +| ---------------------- | ------------------------------------------------ | ---------------------------------------------------- | +| `scale:SIZE` | Change window scale factor | `scale:2` | +| `kiosk` | Fullscreen mode | | +| `proxy\:SERVER[:PORT]` | Proxy server to use | `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:SAVEID[#NAME]` | Open online save, used by ptsave: URLs | `ptsave:2198#Destroyable_city_5_wth_metro~dima-gord` | diff --git a/data/IntroText.h b/data/IntroText.h index 1bf6dcfb7..d74caa313 100644 --- a/data/IntroText.h +++ b/data/IntroText.h @@ -21,7 +21,7 @@ const char *const introTextData = "\n" "Contributors: \bgStanislaw K Skowronek (Designed the original Powder Toy),\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" #ifndef BETA "\bgTo use online features such as saving, you need to register at: \brhttps://powdertoy.co.uk/Register.html\n"