fix attribution for the third time

This commit is contained in:
biglyderv 2025-05-03 00:24:28 -04:00
parent 6ce25bbc9a
commit 60028665d0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -5,12 +5,10 @@
<!-- Metadata -->
<title>Altboxels</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Altboxels is a pixel sandbox game that enables anyone to empower their imagination. It shares many characteristics with Sandboxels, the Powder Toy, among other games in the genre. Many features are custom-built, including the physics engine!"
>
<meta name="description"
content="Altboxels is a pixel sandbox game that enables anyone to empower their imagination. It shares many characteristics with Sandboxels, the Powder Toy, among other games in the genre. Many features are custom-built, including the physics engine!">
<meta name="keywords" content="sandbox, falling sand, powder toy">
<meta name="author" content="qazox">
<meta name="author" content="derv">
<link rel="stylesheet" href="css/core.css">
</head>
@ -19,7 +17,7 @@
<div id="header-title">Altboxels</div>
<div id="header-links">
<a href='https://zenoverse.net/'>zenoverse.net</a>
<a href='https://dervland.net/'>dervland.net</a>
</div>
</div>
<div id="mod-loader-modal">
@ -44,10 +42,12 @@
</div>
<div class="mod-loader-tab-content mods-list">
<div class="mod example-mod">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAYJJREFUOE9NU9thwjAMlPYgMwAfCbMl+W6zCizQzkD4iFkC/toR1N6dZciH48f5JJ3Obt8/4eFmFoafG+ZYvq9DWxx0rhtm7l+/gVUIowMPA6kI8yLhucJNzv3y7CICHI4cuE+yiiWOCQmhKPUwzPz83DHXllKCKjwzUnFBcmcUVePnx07cTLuyC6UaoUULqrKwwcRw5/LYqXztvAkkQkbR0ITUtGp0fnQx3w72OWxEM5MmeSqd6lOlqpZIqMG0gqBoI8LG9ai1ajKcL/0m8SJsQsC+iIwE16N9ngojj+velqHYiL2h2LTu6x+YzYBdho0kH/0dInYxVxDikX0oNldSEd5tRJa9LiL6dDva0heI2AWihLvSDpHgME2JEuAVEOFjyadNgqcPZAS1j21ytU+Dv0hlt1cbQUDbymPpx7oIm68HZoe609tvL0MaMBrslI3nw0JHKiujZhOAq+1tVk4czaU3kZ6XE+uDyOSbw0wi8jXS3NWN7SG1FNKSkimL/Z/8AVDdA77BS/1YAAAAAElFTkSuQmCC" class="mod-icon">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAYJJREFUOE9NU9thwjAMlPYgMwAfCbMl+W6zCizQzkD4iFkC/toR1N6dZciH48f5JJ3Obt8/4eFmFoafG+ZYvq9DWxx0rhtm7l+/gVUIowMPA6kI8yLhucJNzv3y7CICHI4cuE+yiiWOCQmhKPUwzPz83DHXllKCKjwzUnFBcmcUVePnx07cTLuyC6UaoUULqrKwwcRw5/LYqXztvAkkQkbR0ITUtGp0fnQx3w72OWxEM5MmeSqd6lOlqpZIqMG0gqBoI8LG9ai1ajKcL/0m8SJsQsC+iIwE16N9ngojj+velqHYiL2h2LTu6x+YzYBdho0kH/0dInYxVxDikX0oNldSEd5tRJa9LiL6dDva0heI2AWihLvSDpHgME2JEuAVEOFjyadNgqcPZAS1j21ytU+Dv0hlt1cbQUDbymPpx7oIm68HZoe609tvL0MaMBrslI3nw0JHKiujZhOAq+1tVk4czaU3kZ6XE+uDyOSbw0wi8jXS3NWN7SG1FNKSkimL/Z/8AVDdA77BS/1YAAAAAElFTkSuQmCC"
class="mod-icon">
<div class="mod-details">
<div class="mod-name">Sample Mod</div>
<div class="mod-description">This mod has a 16x16 icon. It's just a sample mod, this menu isn't finished yet.</div>
<div class="mod-description">This mod has a 16x16 icon. It's just a sample mod, this menu
isn't finished yet.</div>
</div>
<div class="mod-options">
<input type="checkbox" class="mod-check" disabled checked />
@ -75,12 +75,12 @@
<button onclick="load()">Load</button>
<!-- <button onclick="upload()">Upload (TODO)</button> - HEY! Please add this. Prompt() for title, I dunno. For a site like this, I feel like allowing anonymous posting is a good idea. -->
<label for="tile-radius">Radius:</label>
<input type="range" min="1" max="20"
oninput="canvas.radius = Number(this.value);"
<input type="range" min="1" max="20" oninput="canvas.radius = Number(this.value);"
onmousedown="canvas.forceShowTilePlacement = true; canvas.radius = Number(this.value)"
onmouseup="canvas.forceShowTilePlacement = false" /> <!-- TODO: automatically change range value -->
<button onclick="clearEverything()">Clear</button> <!-- TODO: add clear function (i do not know how to do that) -->
<button onclick="clearEverything()">Clear</button>
<!-- TODO: add clear function (i do not know how to do that) -->
</section>
</div>