Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1430
function
setCubeCount(count) {
1431
state.game.cubeCount = count;
1432
renderScoreHud();
1433
}
1434
1435
function
incrementCubeCount(inc) {
1436
if
(isInGame()) {
Callers
1
resetGame
Function · 0.85
Calls
1
renderScoreHud
Function · 0.85
Tested by
no test coverage detected