added death.webp to projektike page

This commit is contained in:
2026-04-15 13:57:51 +02:00
parent 84d6a06156
commit 4434a01341
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts">
import SubtitledImage from "$lib/components/subtitled-image.svelte";
import Video from "$lib/video.svelte";
</script>
@@ -14,4 +15,10 @@ The game, under the working title **Projektike**, featured artifacts such as fir
Similarly to games such as Smash Bros., it also allowed for character customisation and profile creation so that individual players could keep their gained rewards (which were meant to be implemented in the form of in-game cosmetics) and show them off without needing to configure them on each game load. We created a small array of visually distinct maps too.
The project is currently on hold as of May 2025.
The project is currently on hold as of May 2025.
<SubtitledImage
image="death.webp"
altText="A wizard looking forward on a bright red background."
subtitle="We had this loading screen where the wizard character's head would spin while the level was being prepared. If the load ever failed though, the screen would turn bright red and the wizard would stop rotating, instead looking straight at the player. I forgot I implemented this and frightened the hell out of myself a few weeks later."
/>