Added texture, assets, tools and texture loading.

This commit is contained in:
2022-10-20 21:50:52 -07:00
parent ee1842be2c
commit 02e8fdd02c
40 changed files with 1627 additions and 15 deletions

View File

@ -7,4 +7,8 @@
target_sources(${DAWN_TARGET_NAME}
PRIVATE
DawnPokerGame.cpp
)
)
tool_texture(texture_test texture_test.png texture_test)
add_dependencies(${DAWN_TARGET_NAME} texture_test)