mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-28 00:37:50 +01:00
restart functionality
This commit is contained in:
@@ -80,7 +80,7 @@ export const HTMLFragments = {
|
||||
<label id='players-alive-label'></label>
|
||||
<div id='game-player-list'></div>
|
||||
</div>`,
|
||||
MODERATOR_GAME_VIEW:
|
||||
TRANSFER_MOD_MODAL:
|
||||
`<div id='transfer-mod-modal-background' class='modal-background'></div>
|
||||
<div tabindex='-1' id='transfer-mod-modal' class='modal'>
|
||||
<h3>Transfer Mod Powers 👑</h3>
|
||||
@@ -88,9 +88,10 @@ export const HTMLFragments = {
|
||||
<div class='modal-button-container'>
|
||||
<button id='close-mod-transfer-modal-button' class='app-button cancel'>Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id='game-header'>
|
||||
<div class='timer-container-moderator'>
|
||||
</div>`,
|
||||
MODERATOR_GAME_VIEW:
|
||||
`<div id='game-header'>
|
||||
<div id='timer-container-moderator'>
|
||||
<div>
|
||||
<label for='game-timer'>Time Remaining</label>
|
||||
<div id='game-timer'></div>
|
||||
@@ -118,19 +119,8 @@ export const HTMLFragments = {
|
||||
</div>
|
||||
</div>`,
|
||||
TEMP_MOD_GAME_VIEW:
|
||||
`<div id='transfer-mod-modal-background' class='modal-background'></div>
|
||||
<div id='transfer-mod-modal' class='modal'>
|
||||
<form id='transfer-mod-form'>
|
||||
<div id='transfer-mod-form-content'>
|
||||
<h3>Transfer Mod Powers 👑</h3>
|
||||
</div>
|
||||
<div class='modal-button-container'>
|
||||
<button id='close-modal-button' class='cancel app-button'>Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id='game-header'>
|
||||
<div class='timer-container-moderator'>
|
||||
`<div id='game-header'>
|
||||
<div id='timer-container-moderator'>
|
||||
<div>
|
||||
<label for='game-timer'>Time Remaining</label>
|
||||
<div id='game-timer'></div>
|
||||
@@ -219,7 +209,7 @@ export const HTMLFragments = {
|
||||
</div>`,
|
||||
END_OF_GAME_VIEW:
|
||||
`<div id='end-of-game-header'>
|
||||
<h2>The moderator has ended the game. Roles are revealed.</h2>
|
||||
<h2>🏁 The moderator has ended the game. Roles are revealed.</h2>
|
||||
<div id="end-of-game-buttons">
|
||||
<div>
|
||||
<button id='role-info-button' class='app-button'>View Role Info <img src='/images/info.svg'/></button>
|
||||
|
||||
Reference in New Issue
Block a user