ldtk test

This commit is contained in:
Asger Juul Brunshøj 2025-06-05 16:08:22 +02:00
parent e4ce1f43d2
commit 9dd9615c1d
8 changed files with 9378 additions and 11 deletions

3
assets/pipeline.sh Normal file
View File

@ -0,0 +1,3 @@
mkdir -p processed/tilesets
magick raw/sidewalk.png -resize 512x512 processed/tilesets/sidewalk_512x512.png
magick raw/sidewalk.png -resize 128x128 processed/tilesets/sidewalk_128x128.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

BIN
assets/raw/residential.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -42,6 +42,7 @@
# Assets/Textures
pkgs.krita
pkgs.texturepacker
pkgs.imagemagick
# Worldbuilding
pkgs.ldtk

View File

@ -37,3 +37,9 @@ rip-youtube-audio URL:
# Listen to the radio
radio:
mpv --shuffle radio/
# Run assets pipeline
process-assets:
#!/usr/bin/env sh
cd assets
sh pipeline.sh

File diff suppressed because it is too large Load Diff