Barely progress on tilesets

This commit is contained in:
2022-12-04 21:25:13 -08:00
parent f5c1added6
commit d3e165f2b8
48 changed files with 330 additions and 23 deletions

View File

@ -8,14 +8,4 @@ target_sources(${DAWN_TARGET_NAME}
PRIVATE
TrueTypeFont.cpp
FontMeasure.cpp
)
tool_truetype(truetype_ark
ark-pixel.ttf
truetype_ark
96
96
10
)
add_dependencies(${DAWN_TARGET_NAME} truetype_ark)
)