- change button on tournament page
    - add input for nb bot for tournament in lobby page
    - add nb in request 0 tournament
Game
    - remove some dev input
    - add pub
This commit is contained in:
Kum1ta
2024-10-10 14:39:04 +02:00
parent e7ec83ce81
commit ad85a6f712
10 changed files with 37 additions and 52 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/18 00:30:31 by edbernar #+# #+# */
/* Updated: 2024/10/08 13:26:01 by edbernar ### ########.fr */
/* Updated: 2024/10/10 13:46:36 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -145,6 +145,7 @@ class Player
this.mapVar.putVideoOnCanvas(3, 'goal');
setTimeout(() => {
this.mapVar.putVideoOnCanvas(0, null);
this.mapVar.putVideoOnCanvas(2, 3);
}, 4000);
ball.setVisibility(false);