Assets & Sources
Split from the original design notes on 2026-08-02.
Task
Extract game items from the source images, pixelize them, and create a pixelized player avatar using up to 10 sprites (running, jumping, …).
- Antagonist avatar images are pixelized in the
kn00tfolder. - Score display graphics:
pixelsp33d.jpg(top-level project file, the YT/Discord avatar) — used as the HUD score badge.
Status: everything below is already fetched and committed under
assets/src/(see the table at the end). Nothing is pending. The game code itself never references any of these external URLs or original local paths — it only ever reads fromassets/gen/(the pixelized output derived from this source material). The original Discord CDN links are signed and expire, so the links below are kept as plain text, not clickable — they’re provenance records of where each file came from, not live sources meant to be re-opened or re-fetched.
Artwork provenance
Source: Discord DMs, channel 826923738804256779.
kn00t
→ assets/src/kn00t/kn00t_1.webp, kn00t_2.webp, kn00t_3.webp, kn00t_67.gif
- archived link (image, expired):
media.discordapp.net/attachments/826923738804256779/1508170937168691341/... - archived link (image, expired):
media.discordapp.net/attachments/826923738804256779/1508171007717015572/... - archived link (image, expired):
media.discordapp.net/attachments/826923738804256779/1508171154316071013/... - archived link (gif, expired):
media.discordapp.net/attachments/826923738804256779/1508171365176443171/ezgif.com-resize.gif— the “6-7” cameo needs a special appearance in the game
pixel
→ assets/src/pixel/robot3bild.webp, unknown.webp, kleki_2021_06_03.webp
- archived link (image, expired):
media.discordapp.net/attachments/634441055730663424/954380677623713852/robot3bild.PNG - archived link (image, expired):
media.discordapp.net/attachments/634441055730663424/943800321627533322/unknown.png - Pixel — 8/2/21, 3:48 PM: “Alles gute zum Geburtstag” →
assets/src/video/VID-20210802-WA0000.mp4 - archived link (image, expired):
media.discordapp.net/attachments/634441055730663424/860838783238012928/2021_06_03_0vp_Kleki_-_Kopie.png(Pixel, 2021-07-03) - interlude source →
assets/src/video/VDSL_Video_1622044168870.mp4
kn00t (nifty.ink w/ pixelsp33d)
→ assets/src/kn00t/nifty_1.webp .. nifty_4.webp
- archived link (screenshot, expired):
media.discordapp.net/attachments/634441055730663424/847135338521952295/... - archived link (screenshot, expired):
media.discordapp.net/attachments/634441055730663424/847135312429973524/... - archived link (screenshot, expired):
media.discordapp.net/attachments/634441055730663424/847135283543801876/... - archived link (screenshot, expired):
media.discordapp.net/attachments/634441055730663424/847135239666663434/...
Background art for the sidescroller
→ assets/src/bg/signal-*.jpg (5 files)
Additional kn00t artwork (gdrive)
Google Drive folder kn00t (via rclone remote gdrive:kn00t)
contained 8 native 16×16 pixel-art portraits, already downloaded to
assets/src/kn00t/gdrive/: Cyberkn00t, Divingkn00t, EvilOriginalkn00t,
Godkn00t, kn00tInBlack, kn00tOpenHair, kn00tRedShirt, Lazykn00t.
What’s already in the repo
| Path | Source |
|---|---|
assets/src/bg/*.jpg | the 5 signal-*.jpg sky/landscape photos above |
assets/src/video/VID-20210802-WA0000.mp4 | prequel source (stick-figure flipbook) |
assets/src/video/VDSL_Video_1622044168870.mp4 | interlude source (nifty.ink drawing replay) |
assets/src/kn00t/*.webp, kn00t_67.gif | the Discord CDN links above |
assets/src/kn00t/gdrive/*.png | the gdrive folder above |
assets/src/pixel/*.webp | the Discord CDN links above |
See the technical plan for what each of
these turned out to actually be and how it’s used in-game, and
tools/*.sh + tools/*.py in the repo for the pixelization pipeline
that turns this source art into assets/gen/.