ldtk test
This commit is contained in:
parent
e4ce1f43d2
commit
9dd9615c1d
3
assets/pipeline.sh
Normal file
3
assets/pipeline.sh
Normal 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
|
BIN
assets/processed/tilesets/sidewalk_128x128.png
Normal file
BIN
assets/processed/tilesets/sidewalk_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
assets/processed/tilesets/sidewalk_512x512.png
Normal file
BIN
assets/processed/tilesets/sidewalk_512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 523 KiB |
BIN
assets/raw/residential.png
Normal file
BIN
assets/raw/residential.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
@ -42,6 +42,7 @@
|
|||||||
# Assets/Textures
|
# Assets/Textures
|
||||||
pkgs.krita
|
pkgs.krita
|
||||||
pkgs.texturepacker
|
pkgs.texturepacker
|
||||||
|
pkgs.imagemagick
|
||||||
|
|
||||||
# Worldbuilding
|
# Worldbuilding
|
||||||
pkgs.ldtk
|
pkgs.ldtk
|
||||||
|
6
justfile
6
justfile
@ -37,3 +37,9 @@ rip-youtube-audio URL:
|
|||||||
# Listen to the radio
|
# Listen to the radio
|
||||||
radio:
|
radio:
|
||||||
mpv --shuffle radio/
|
mpv --shuffle radio/
|
||||||
|
|
||||||
|
# Run assets pipeline
|
||||||
|
process-assets:
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
cd assets
|
||||||
|
sh pipeline.sh
|
||||||
|
9379
ldtk/test.ldtk
9379
ldtk/test.ldtk
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user