diff options
| author | RogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com> | 2024-10-27 06:10:16 +0000 |
|---|---|---|
| committer | RogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com> | 2024-10-27 06:10:16 +0000 |
| commit | e9ae8a66a1a0361520fcc43e4b72fbce9b468c52 (patch) | |
| tree | a3ae514be258c1b612c77e0abe947f9f57c0a854 /src | |
| parent | 6e45ba9e67f9318d7771badf0ce4e89a8659e45d (diff) | |
Change massively
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 79d4b33..1e30df3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -408,7 +408,7 @@ async function start() { }); }); - currentProblem.value = bricks[0][0].problem; + currentProblem.value = solutions.expression; gameInterval = setInterval(tick, 16); } |
