add win/draw menu , and add english
This commit is contained in:
@@ -13,11 +13,16 @@ function Set_block_type_Timer(type){
|
||||
}
|
||||
|
||||
function Set_White_Time_Cube(Time){
|
||||
white_Time_Timer.innerText = `Temps au cube Blanc : ${msToMinSec(Time)}`
|
||||
white_Time_Timer.innerText = get_app_translation("cube.timeWhite", { time: msToMinSec(Time) })
|
||||
}
|
||||
|
||||
function Set_Black_Time_Cube(Time){
|
||||
black_Time_Timer.innerText = `Temps au cube Noir : ${msToMinSec(Time)}`
|
||||
black_Time_Timer.innerText = get_app_translation("cube.timeBlack", { time: msToMinSec(Time) })
|
||||
}
|
||||
|
||||
function refresh_cube_scene_translations(){
|
||||
Set_White_Time_Cube(Timer.White_time)
|
||||
Set_Black_Time_Cube(Timer.Black_time)
|
||||
}
|
||||
|
||||
white_Timer.addEventListener("pointerdown", () => {
|
||||
|
||||
Reference in New Issue
Block a user