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

Method show

Level.js:12–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 show(){
13 push();
14 image(this.levelImage,0,0)
15 if(showingLines){
16 for(let l of lines){
17 l.Show();
18 }
19 }
20 if(showingCoins){
21 for(let c of this.coins){
22 c.show();
23 }
24 }
25
26 pop();
27 }
28
29
30}

Callers

nothing calls this directly

Calls 1

ShowMethod · 0.45

Tested by

no test coverage detected