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

Method constructor

Level.js:2–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1class Level{
2 constructor() {
3 this.levelImage = null;
4 this.lines = [];
5 this.levelNo =0;
6 this.isBlizzardLevel = false;
7 this.isIceLevel = false;
8 this.coins = [];
9 this.hasProgressionCoins = false;
10 }
11
12 show(){
13 push();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected