Browse Source

Debug menu;

master
Nero Ignis 4 years ago
parent
commit
ea0b0ddff1
  1. 11
      index.html

11
index.html

@ -162,8 +162,17 @@ @@ -162,8 +162,17 @@
<h3>Debug</h3>
</a>
<div class="card-body" id="collapseDebug">
<h3>Known bugs</h3><br/>
<ul class="list-group">
<li class="list-group-item">
Blacksmith is broken at the moment and corrupts the resource-storage. <br/>
<a class="btn btn-sm btn-danger" href="javascript:" @click="removeBlackSmith()">Click here to fix it for now</a>
</li>
</ul>
<br/>
<hr/>
<br/>
<a class="btn btn-sm btn-danger" href="javascript:" @click="resources = {gold: 500,wood: 50,stone: 50,iron: 50,bricks: 50,corn: 50,coal: 50,planks: 50}">Reset resources</a>
<a class="btn btn-sm btn-danger" href="javascript:" @click="removeBlackSmith()">Blacksmith fix (is buggy, don't use yet)</a><br/>
<br/>
<br/>
<a class="btn btn-sm btn-danger" href="javascript:" @click="reset()">Soft reset (everything except resources)</a><br/>

Loading…
Cancel
Save