redo the disigne(Codex)

This commit is contained in:
2026-04-12 22:57:40 +02:00
parent 408acdc23b
commit fccfcb1db2
3 changed files with 305 additions and 13 deletions

View File

@@ -31,11 +31,11 @@ function change_move_left_white(number){
}
function change_move_left_black(number){
black_move_left.innerText = `Coup restant Noire : ${number}`
black_move_left.innerText = `Coup restant Noir : ${number}`
}
function change_time_block(Time){
BlockTime.innerText = `temps restant Block : ${msToMinSec(Time)}`
BlockTime.innerText = `Temps restant Block : ${msToMinSec(Time)}`
}
function set_block_type(type){