patch notes in n-gon
you can view the patch notes for the last few commits from the game menu this uses the github API, so it might have some delay overfill mods add energy instead of setting energy to a value bug - blocks in vertical portals can get stuck inside the portals fixed, but only for one portal... oh well mobs that make a scrap bot, don't leave a block body anymore
This commit is contained in:
14
index.html
14
index.html
@@ -96,7 +96,7 @@
|
||||
<div id="settings">
|
||||
<details>
|
||||
<summary>settings</summary>
|
||||
<div style="line-height: 150%;" id="details-div">
|
||||
<div style="line-height: 150%;" class="details-div">
|
||||
<label for="difficulty-select" title="effects: number of mobs, damage done by mobs, damage done to mobs, mob speed, heal effects">combat difficulty:</label>
|
||||
<select name="difficulty-select" id="difficulty-select">
|
||||
<option value="1">easy</option>
|
||||
@@ -135,7 +135,7 @@
|
||||
<div>
|
||||
<details id="control-details">
|
||||
<summary>controls</summary>
|
||||
<div id="details-div">
|
||||
<div class="details-div">
|
||||
To change controls click a box<br>
|
||||
and press an unused key.
|
||||
<br><br>
|
||||
@@ -196,10 +196,18 @@
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<div>
|
||||
<details id="updates">
|
||||
<summary>updates</summary>
|
||||
<div id="updates-div" class="details-div" style="font-size: 70%;">
|
||||
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<div>
|
||||
<details>
|
||||
<summary>about</summary>
|
||||
<div id="details-div">
|
||||
<div class="details-div">
|
||||
<!-- <p>
|
||||
n-gon is a 2-D physics platformer / shooter
|
||||
<br>it has
|
||||
|
||||
Reference in New Issue
Block a user