MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / Update

Method Update

Population.js:29–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 Update() {
30 for (let i = 0; i < this.players.length; i++) {
31 this.players[i].Update();
32 // if(this.players[i].currentLevelNo >0 && !this.showingFail ){
33 // this.showingFail= true;
34 // this.failPlayerNo = i;
35 // this.ResetAllPlayers()
36 // }
37 }
38
39 }
40
41 SetBestPlayer() {
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected