From 19267dbe9be0246dfab79fcea872215697c836fa Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Fri, 7 Jun 2024 09:47:25 +0100 Subject: [PATCH] ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5d226..0de64ae 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ in the configuration JSON: | ------------------------ | -------------------- | ------------------ | ----------- | | `"high-scores"` | `true`, `false` | `false` | Toggles high score tables | | `"controller"` | `"none"`, `"playstation"`, `"mega-drive"`, `"emf"` | `"none"` | Allows input from a controller to be used | -| `"game-mode"` | `"lives"`, `"time"` | `"lives"` | Set the game mode. If `"lives"`, player start with 3 lives and games end when lives run out. If `"time", games will last 30 seconds, with negative points given for losing a "life" | +| `"game-mode"` | `"lives"`, `"time"` | `"lives"` | Set the game mode. If `"lives"`, player start with 3 lives and games end when lives run out. If `"time"`, games will last 30 seconds, with negative points given for losing a "life" | | `"pre-html"` | Any string | `""` | HTML to place above the game | | `"centered"` | `true`, `false` | `false` | Toggles centering of content | | `"show-webad"` | `true`, `false` | `false` | Toggles advert below game saying you can play it online |