Update homepage links and discord

This commit is contained in:
thepaperpilot 2023-11-27 20:02:57 -06:00
parent 6e1f540d41
commit dca14b6c0a
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Kronos # Kronos
Play [here](https://thepaperpilot.org/kronos). Play [here](https://www.thepaperpilot.org/kronos).
Updating the website: Updating the website:
- `git submodule update --remote` - `git submodule update --remote`

View file

@ -49,7 +49,7 @@
<body onload="load()" onmousemove="updateMouse(event)"> <body onload="load()" onmousemove="updateMouse(event)">
<div id="app"> <div id="app">
<img :src="'https://thepaperpilot.tech/count/tag.svg?url=' + encodeURIComponent(window.location.href)" alt="Hits" style="display: none"/> <img :src="'https://www.thepaperpilot.tech/count/tag.svg?url=' + encodeURIComponent(window.location.href)" alt="Hits" style="display: none"/>
<canvas id="treeCanvas" class="canvas" v-if ="!(gameEnded && !player.keepGoing)"></canvas> <canvas id="treeCanvas" class="canvas" v-if ="!(gameEnded && !player.keepGoing)"></canvas>
<div class="nav"> <div class="nav">

View file

@ -4,7 +4,7 @@ let modInfo = {
author: "thepaperpilot", author: "thepaperpilot",
pointsName: "points", pointsName: "points",
discordName: "The Paper Pilot Community Server", discordName: "The Paper Pilot Community Server",
discordLink: "https://discord.gg/WzejVAx", discordLink: "https://discord.gg/yJ4fjnjU54",
initialStartPoints: new Decimal(10), // Used for hard resets and new players initialStartPoints: new Decimal(10), // Used for hard resets and new players
offlineLimit: 1, // In hours offlineLimit: 1, // In hours

View file

@ -146,7 +146,7 @@ const systemComponents = {
<br> <br>
Hourglass used with modifications from <a v-bind:href="'https://codepen.io/jkantner/pen/wvWXyKG'" target="_blank" class="link" v-bind:style = "{'font-size': '14px', 'display': 'inline'}" >jkantner</a> under MIT license Hourglass used with modifications from <a v-bind:href="'https://codepen.io/jkantner/pen/wvWXyKG'" target="_blank" class="link" v-bind:style = "{'font-size': '14px', 'display': 'inline'}" >jkantner</a> under MIT license
<br><br> <br><br>
<img :src="'https://thepaperpilot.tech/nocount/tag.svg?url=' + encodeURIComponent(window.location.href)" alt="Hits" /> <img :src="'https://www.thepaperpilot.tech/nocount/tag.svg?url=' + encodeURIComponent(window.location.href)" alt="Hits" />
<br><br> <br><br>
<div class="link" onclick="showTab('changelog-tab')">Changelog</div><br> <div class="link" onclick="showTab('changelog-tab')">Changelog</div><br>
<span v-if="modInfo.discordLink"><a class="link" v-bind:href="modInfo.discordLink" target="_blank">{{modInfo.discordName}}</a><br></span> <span v-if="modInfo.discordLink"><a class="link" v-bind:href="modInfo.discordLink" target="_blank">{{modInfo.discordName}}</a><br></span>