add WWTRA mode #4
@ -28,6 +28,7 @@ class UI {
|
|||||||
|
|
||||||
this.cpuName = document.getElementById("cpuName");
|
this.cpuName = document.getElementById("cpuName");
|
||||||
this.nextRound();
|
this.nextRound();
|
||||||
|
this.updateScores();
|
||||||
|
|
||||||
this.buttons.forEach(
|
this.buttons.forEach(
|
||||||
(btn) => {
|
(btn) => {
|
||||||
@ -62,7 +63,6 @@ class UI {
|
|||||||
)
|
)
|
||||||
this.model.nextRound();
|
this.model.nextRound();
|
||||||
|
|
||||||
|
|
||||||
this.cpuName.innerText = this.model.currentCpu.name;
|
this.cpuName.innerText = this.model.currentCpu.name;
|
||||||
|
|
||||||
this.model.Dates.forEach((value, index) =>
|
this.model.Dates.forEach((value, index) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user