diff options
Diffstat (limited to 'dst')
-rw-r--r-- | dst/index.html | 2 | ||||
-rw-r--r-- | dst/sitemap.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dst/index.html b/dst/index.html index 9597c75..886093c 100644 --- a/dst/index.html +++ b/dst/index.html @@ -40,7 +40,7 @@ <p>I’m in the process of rewriting a lot of systems in the game at the moment because I’m switching from janky p2p multiplayer to an authoritative server setup with client-side prediction <a href="https://www.gabrielgambetta.com/client-server-game-architecture.html">(more)</a>.</p> -<p>➤ <a href="https://youtube.com/playlist?list=PLHEg_8J-AGzfSGAZI29eq29DSrBcbXVYv">Gameplay clips</a><br/> +<p>➤ <a href="https://tv.adast.xyz/c/arena/videos">Gameplay clips</a><br/> ➤ <a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p> <hr style="border-top: dotted 1px;" /> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 724e4ba..01fdd46 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,5 +4,5 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-03-13</lastmod><priority>1.0</priority></url> +<url><loc>https://arena.adast.xyz/index.html</loc><lastmod>2023-04-10</lastmod><priority>1.0</priority></url> </urlset> |