VN Textbox can now be any size

This commit is contained in:
2022-11-06 11:45:10 -08:00
parent 7c0846db4f
commit 6b8b62ecd5
23 changed files with 1493 additions and 1317 deletions

View File

@ -1,14 +1,14 @@
# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
DawnPokerGame.cpp
)
tool_texture(texture_test texture_test.png texture_test)
# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
DawnGame.cpp
)
tool_texture(texture_test texture_test.png texture_test)
add_dependencies(${DAWN_TARGET_NAME} texture_test)