Skip to content

Commit

Permalink
Add exit button in options
Browse files Browse the repository at this point in the history
  • Loading branch information
EntityPlantt committed Nov 22, 2022
1 parent 9c8d5da commit 4f2d526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h1>Federal Space</h1>
<div class="gui">Volume: <input type="number" min="0" max="100" class="volume-setting" onchange="GUI['options'].changeVolume(parseInt(this.value))"></div>
<div class="gui gui-button" onclick="removeGameData()">Reset all game data</div>
<div class="gui gui-button" onclick="toggleHighRenderQuality()">Toggle high render quality</div>
<div class="gui gui-button" onclick="window.close()">Exit</div>
</div>
<div class="gui" gui-name="backpack" gui-title="Backpack">
<ul></ul>
Expand Down

0 comments on commit 4f2d526

Please sign in to comment.