mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
changed info section
This commit is contained in:
parent
1953202cd0
commit
5006daa20f
18
index.html
18
index.html
@ -131,9 +131,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="info">
|
<div id="info">
|
||||||
|
<button onclick="render_graph()">render graph</button>
|
||||||
|
<div class="pannel" style="width: 95%;">
|
||||||
|
<div id="graph_container" class="graph_container"></div>
|
||||||
|
</div>
|
||||||
<h3>info:</h3>
|
<h3>info:</h3>
|
||||||
tool by maskedmonkyman <br>
|
tool by maskedmonkyman <br>
|
||||||
version 1.0 <br>
|
|
||||||
<h4>warning:</h4>
|
<h4>warning:</h4>
|
||||||
<p>
|
<p>
|
||||||
this tool is a thin wrapper around
|
this tool is a thin wrapper around
|
||||||
@ -152,12 +155,17 @@
|
|||||||
the Any option for modes, will select modes from the
|
the Any option for modes, will select modes from the
|
||||||
mode strings section so be sure to fill it out.
|
mode strings section so be sure to fill it out.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
The plugin looks for maps from specific to general so if the
|
||||||
|
current layer is Yehorivka_RAAS_v1 then the plugin will look for rules: <br>
|
||||||
|
Yehorivka_RAAS_v1 <br>
|
||||||
|
Yehorivka_RAAS <br>
|
||||||
|
Yehorivka <br>
|
||||||
|
defualt <br>
|
||||||
|
then load from the first one it finds
|
||||||
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</p>
|
</p>
|
||||||
<button onclick="render_graph()">render graph</button>
|
|
||||||
<div class="pannel" style="width: 95%;">
|
|
||||||
<div id="graph_container" class="graph_container"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/config_tool/viz.js"></script>
|
<script src="/config_tool/viz.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user