diff --git a/static/base.png b/static/base.png index 1de330e..f2fda93 100644 Binary files a/static/base.png and b/static/base.png differ diff --git a/static/index.css b/static/index.css index 903e6f4..fabc054 100644 --- a/static/index.css +++ b/static/index.css @@ -1,7 +1,8 @@ :root { - --black: rgb(16,16,16); - --gray: rgb(38,38,38); - --white: rgb(240,240,240); + --black-2: rgb(54, 23, 23); + --black: rgb(105, 41, 41); + --gray: rgb(161, 72, 72); + --white: rgb(255, 246, 223); --elem-width: min(800px,90vw); --elem-height: min(800px,90vh); @@ -9,7 +10,6 @@ --border-radius: 15px; color: var(--white); - background: var(--black); font-family: system-ui, sans-serif; } @@ -18,6 +18,7 @@ body { display: flex; flex-direction: column; align-items: center; + background: var(--black-2); margin-top: 0; } @@ -43,6 +44,7 @@ body { margin: 10px; position: relative; top: calc(-1 * var(--elem-height)); + background: var(--black); } .header { @@ -107,7 +109,7 @@ body { color: var(--white); - font-size: 1rem; + font-size: 1.5rem; padding: 0.5rem; margin-bottom: 0.5rem; } @@ -126,4 +128,14 @@ body { a { color: var(--white); +} + +h1 { + display: flex; + align-items: center; +} + +h1 .form-input{ + margin-bottom: 0; + margin-left: 10px; } \ No newline at end of file diff --git a/static/map.js b/static/map.js index a615e3d..928cd75 100644 --- a/static/map.js +++ b/static/map.js @@ -1,5 +1,5 @@ -const mapWidth = 10000; -const mapHeight = 10000; +const mapWidth = 16000; +const mapHeight = 16000; let assets = [ 'base.png', @@ -20,7 +20,7 @@ let vel = [0, 0]; let center = [0, 0]; let lastPos = [0, 0]; let isMouse = false; -let zoom = 1; +let zoom = 5; let timer = 0; let id = ''; @@ -134,7 +134,7 @@ window.addEventListener('mousedown', mouseDown); window.addEventListener('mouseup', mouseUp); function copy() { - let addr = 'play.xuyezo.net'; + let addr = 'play.dervland.net'; navigator.clipboard.writeText(addr); alert(addr); } \ No newline at end of file diff --git a/static/pol.svg b/static/pol.svg index efdf00a..770ba40 100644 --- a/static/pol.svg +++ b/static/pol.svg @@ -4,9 +4,9 @@ + id="g1" + transform="scale(0.39984006)"> - + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" /> Spawn Nexus - - - United - Exolands - Inner Circle - Abridgia - - Craphia - Aetheristan + x="-220.27258" + y="1778.863" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:46.3959px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';stroke-width:4.20144">Xenus diff --git a/views/index.ejs b/views/index.ejs index 1280569..6c5b6b7 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,22 +1,25 @@ <%- include("header.ejs") %>
-

Map of Minzeo (?)

+

+ Nations of Minzeo on Minecraft + +

Position


         

Controls

-

Pan camera: WASD, Mouse

-

Speed up panning: Q

-

Zoom: Mouse wheel

+

Pan camera: [WASD/Mouse], Fast motion: [Q], Zoom: [Mouse wheel]

About

-

Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has no claim plugins.

-

The server's geopolitics is up to the players and the gameplay rules.

+

Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has + no claim plugins.

+

The server's geopolitics is up to the players and the gameplay rules. However, players must fill out a whitelist application to join.

Rules

  1. Don't harrass others.
  2. Don't use glitches.
  3. Don't use utility mods or hacks. Exceptions: shaders, minimap (no caves), ViaVersion.
  4. -
  5. Land that belongs to someone else can't be looted, griefed, or built on, unless the land is vastly empty or inactive for 5+ days (squatting).
  6. +
  7. Land that belongs to someone else can't be looted, griefed, or built on, unless the land is vastly empty + or inactive for 5+ days (squatting).
  8. Claims of excessive size will not be mapped.
  9. The first nation to claim a land in Discord, and anyone squatting there, owns it.
  10. Wars must be declared in Discord to be valid.
  11. @@ -25,8 +28,8 @@
  12. Not all points need to be taken to partially annex a nation.

Joining

- - + +
<%- include("footer.ejs") %> \ No newline at end of file