MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / setCubeCount

Function setCubeCount

assets/js/block_ninja.js:1430–1433  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

1428}
1429
1430function setCubeCount(count) {
1431 state.game.cubeCount = count;
1432 renderScoreHud();
1433}
1434
1435function incrementCubeCount(inc) {
1436 if (isInGame()) {

Callers 1

resetGameFunction · 0.85

Calls 1

renderScoreHudFunction · 0.85

Tested by

no test coverage detected