Rename biome-ui.js to mibpov.js

This commit is contained in:
Wuzzy 2023-10-23 01:48:15 +02:00
parent af5382f0ef
commit 8b245fdff2
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" href="./dark_style.css">
<title>MiBPoV—Minetest Biome Point Visualizer</title>
</style>
<!-- Include Voronoi diagram API -->
<!-- Include Voronoi diagram API, required to calculate Voronoi diagrams -->
<script src="./rhill-voronoi-core.js"></script>
</head>
@ -132,12 +132,15 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa
</div>
</div>
</div>
<script src="./biome-ui.js"></script>
<hr>
<div class="contentContainer">
<!-- footer -->
<p>Need help? Read the <a title="Manual for the Minetest Biome Point Visualizer" href="./manual.html">manual</a>.</p>
<p>This is free software released under the <a title="MIT License" href="./license.html">MIT License</a>. Code by <a title="Wuzzys Personal Website" href="https://wuzzy.codeberg.page/">Wuzzy</a>. Uses <a title="Javascript-Voronoi Git repository webpage" href="https://github.com/gorhill/Javascript-Voronoi/">Javascript-Voronoi</a> by <a title="Raymond Hills personal website" href="http://www.raymondhill.net/">Raymond Hill</a>.</p>
</div>
<!-- The main script handling all the UI stuff -->
<script src="./mibpov.js"></script>
</body>
</html>