diff options
| author | sD <stoned@derpymail.org> | 2019-12-20 02:12:43 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-20 02:12:43 +0100 |
| commit | faec327be954bd1a933ac3fea10f0e24c1c0ebcc (patch) | |
| tree | e161e2915650601fc39e5516caba2c0fbb2252ea | |
| parent | 60ba711c3a8cfbb64cc7642042f4204ff552cb6f (diff) | |
copied jur and sea from the client
| -rw-r--r-- | webAO/client.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index f6257e6..fc8feeb 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1651,8 +1651,17 @@ async function changeBackground(position) { bg: "judgestand.png", desk: null, speedLines: "prosecution_speedlines.gif" + }, + jur: { + bg: "jurystand.png", + desk: { ao2: "jurydesk.png", ao1: "estrado.png" }, + speedLines: "defense_speedlines.gif" + }, + sea: { + bg: "seancestand.png", + desk: { ao2: "seancedesk.png", ao1: "estrado.png" }, + speedLines: "prosecution_speedlines.gif" } - // TODO: add the new seance and jury positions }; const { bg, desk, speedLines } = positions[position]; |
