mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
wip
This commit is contained in:
parent
bf687c48ee
commit
8099ced71b
16 changed files with 2031 additions and 1937 deletions
|
@ -130,7 +130,7 @@ export function startRecordingGame(gameState: GameState) {
|
|||
a.href = video.src;
|
||||
}
|
||||
|
||||
a.textContent = t("main_menu.record_download", {
|
||||
a.textContent = t("settings.record_download", {
|
||||
size: (blob.size / 1000000).toFixed(2),
|
||||
});
|
||||
targetDiv.appendChild(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue