mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-23 00:42:09 +00:00
Mark this as 1.0
This commit is contained in:
parent
c0e3eace37
commit
457a3ea1ac
3 changed files with 3 additions and 12 deletions
|
@ -5,14 +5,8 @@
|
|||
</template>
|
||||
<template v-slot:body>
|
||||
<details open>
|
||||
<summary>v0.0 Initial Commit - <time>2021-09-04</time></summary>
|
||||
This is the first release :D
|
||||
<ul>
|
||||
<li class="feature">Did everything</li>
|
||||
<li class="fix">Had some fun</li>
|
||||
<li class="breaking">Removed everything</li>
|
||||
<li class="balancing">Created some bugs to fix later</li>
|
||||
</ul>
|
||||
<summary>v1.0 Initial Commit - <time>2022-12-24</time></summary>
|
||||
The game is finished!
|
||||
</details>
|
||||
</template>
|
||||
</Modal>
|
||||
|
|
|
@ -1001,9 +1001,6 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
citiesCompleted.value,
|
||||
Decimal.times(computedMetaSolvingSpeed.value, diff)
|
||||
).min(5000000);
|
||||
if (Decimal.isNaN(citiesCompleted.value)) {
|
||||
citiesCompleted.value = 50;
|
||||
}
|
||||
|
||||
if (metaMilestones[0].earned.value) {
|
||||
management.classrooms.amount.value = Decimal.add(
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"discordName": "",
|
||||
"discordLink": "",
|
||||
|
||||
"versionNumber": "0.6",
|
||||
"versionNumber": "1.0",
|
||||
"versionTitle": "Initial Commit",
|
||||
|
||||
"allowGoBack": true,
|
||||
|
|
Loading…
Reference in a new issue