Moving assets into a subdirectory.

This commit is contained in:
Rezmason
2021-10-29 12:21:40 -07:00
parent 94f5f1e5ec
commit 0c26cc7660
8 changed files with 19 additions and 6 deletions

BIN
assets/Matrix-Code.ttf Executable file

Binary file not shown.

BIN
assets/coptic_msdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
assets/gothic_msdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
assets/matrixcode_msdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

3
assets/msdf_command.txt Normal file
View File

@@ -0,0 +1,3 @@
./msdfgen/out/msdfgen msdf -svg ./svg\ sources/texture_simplified.svg -size 512 512 -pxrange 4 -o ./matrixcode_msdf.png
./msdfgen/out/msdfgen msdf -svg ./svg\ sources/gothic_texture_simplified.svg -size 512 512 -pxrange 4 -o ./gothic_msdf.png
./msdfgen/out/msdfgen msdf -svg ./svg\ sources/coptic_texture_simplified.svg -size 512 512 -pxrange 4 -o ./coptic_msdf.png