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

Function showLevel

sketch.js:204–208  ·  view source on GitHub ↗
(levelNumberToShow)

Source from the content-addressed store, hash-verified

202let previousFrameRate = 60;
203
204function showLevel(levelNumberToShow) {
205 // print(levelNumberToShow)
206 // image(levels[levelNumberToShow].levelImage, 0, 0)
207 levels[levelNumberToShow].show();
208}
209
210function showLines() {
211 if (creatingLines) {

Callers 2

drawFunction · 0.70
ShowMethod · 0.70

Calls 1

showMethod · 0.45

Tested by

no test coverage detected