Skip to content

Commit

Permalink
0.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 6, 2024
1 parent ce3e234 commit 90949e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/technical/systemComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var systemComponents = {
<td><button class="opt" onclick="save()">Save</button></td>
<td><button class="opt" onclick="toggleOpt('autosave')">Autosave: {{ options.autosave?"ON":"OFF" }}</button></td>
<td><button class="opt" style="color: red;" onclick="hardReset()">HARD RESET</button></td>
<td><button class="opt" onclick="softReset()">Soft Reset</button></td>
<td><button class="opt" onclick="player.points = new Decimal(0)">Soft Reset</button></td>
</tr>
<tr>
<td><button class="opt" onclick="exportSave()">Export to clipboard</button></td>
Expand Down

0 comments on commit 90949e9

Please sign in to comment.