Files
trickster-tiles/metadata.json
T
mr.zeroandClaude Fable 5 e2221f634b
ci/woodpecker/push/woodpecker Pipeline was successful
fix asset paths for subdirectory hosting, bump to 0.1.1
The deployed build is served from /file/<name>-<version>/, but Vite
emitted absolute /assets/ URLs and BootScene loaded sprites from
/sprites/. Set base: "./" in vite.config.ts and make the sprite
paths relative so everything resolves next to index.html.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-01 23:14:20 +02:00

10 lines
347 B
JSON

{
"name": "trickster-tiles",
"title": "Trickster Tiles",
"author": "Teletype Games",
"desc": "A small pixel-art platformer: hop, jump, and outwit moving spikes and disappearing tiles across 10 levels. Made with Phaser 3.",
"site": "https://git.teletypegames.org/games/trickster-tiles",
"license": "MIT License",
"version": "0.1.1"
}