Site
- add checkbox to play with bot in lobby page - fix bug when input for nb bot is null - secure request 0 tournament - change time to reconnect in websocket Game - fix bug camera when player move up to down or reverse in goal animation
This commit is contained in:
@ -124,6 +124,14 @@
|
||||
<div class="select-keys USButton">US</div>
|
||||
<div class="not-select-keys FRButton">FR</div>
|
||||
</div>
|
||||
<span class="line" id="tournament-line1"></span>
|
||||
<div style="display: flex; flex-direction: row; justify-content: space-between; padding-inline: 10px;">
|
||||
<p>With bot</p>
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="checkBoxBot">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="skin-select">
|
||||
<div class="barSelection" id="bar">
|
||||
|
Reference in New Issue
Block a user