diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-21 01:27:23 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:31:29 +0100 |
commit | ca766935e1e01adcf3d50d64c99ca7fe1f5026e4 (patch) | |
tree | cb2a86ce99f3571be477aa851531c85651af62a1 | |
parent | 298ce58d43059a90228cca4fa1b60f3e8dc5635e (diff) | |
download | pax-pamir-ca766935e1e01adcf3d50d64c99ca7fe1f5026e4.tar.gz |
Mention seating order.
-rw-r--r-- | create.html | 4 | ||||
-rw-r--r-- | play.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/create.html b/create.html index 16a9da7..edd8f4d 100644 --- a/create.html +++ b/create.html @@ -2,3 +2,7 @@ <label> <input type="checkbox" value="true" name="open_hands">Open hands.</span> </label> + +<p> +The seating order is determined by color. +If you want random seating you must enable random player roles. @@ -2,7 +2,7 @@ <!-- vim:set nowrap: --> <html> <head> -<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <title>PAX PAMIR</title> <link rel="icon" href="icons/eagle.svg"> |