rasterization

This commit is contained in:
biglyderv 2024-10-17 13:49:56 -04:00
parent 9ea84e650c
commit a69aee2d19
5 changed files with 115 additions and 45 deletions

View file

@ -1,6 +1,6 @@
<%- include("header.ejs") %>
<div class='content'>
<h1>Map of Minzeo</h1>
<h1>Map of Minzeo <a href='#about'>(?)</a></h1>
<canvas class='map' width='1000' height='1000'></canvas>
<h2>Position</h2>
<pre class='coords'></pre>
@ -8,7 +8,7 @@
<p><b>Pan camera:</b> WASD, Mouse</p>
<p><b>Speed up panning:</b> Q</p>
<p><b>Zoom:</b> Mouse wheel</p>
<h1>About</h1>
<h1 id='about'>About</h1>
<p>Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has no claim plugins. </p>
<p>The server's geopolitics is up to the players and the gameplay rules.</p>
<h2>Rules</h2>
@ -26,7 +26,7 @@
</ol>
<h2>Joining</h2>
<button class='form-input'><a href='https://discord.gg/xjZEktBU'>Discord</a></button>
<button class='form-input' onclick='copy()'><a href='https://discord.gg/xjZEktBU'>Server address</a></button>
<button class='form-input' onclick='copy()'><a href='https://discord.gg/xjZEktBU'>Server address</a></button>
</div>
<script src="/static/map.js"></script>
<%- include("footer.ejs") %>