MCPcopy
hub / github.com/arcxingye/EatKano / scoreToString

Function scoreToString

static/index.js:430–432  ·  view source on GitHub ↗
(score)

Source from the content-addressed store, hash-verified

428 }
429
430 function scoreToString(score) {
431 return mode === MODE_ENDLESS ? score.toFixed(2) : score.toString();
432 }
433
434 function legalDeviationTime() {
435 return deviationTime < (_gameSettingNum + 3) * 1000;

Callers 1

showGameScoreLayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected