This commit is contained in:
Renan LE CARO 2025-04-06 10:13:10 +02:00
parent 0cef60f90d
commit bdbf8b846c
19 changed files with 1306 additions and 1591 deletions

View file

@ -30,6 +30,7 @@ export function getTotalScore() {
}
export function addToTotalScore(gameState: GameState, points: number) {
if(!gameState.creative)
setSettingValue("breakout_71_total_score", getTotalScore() + points);
}