Fixed double dash

This commit is contained in:
2021-11-01 14:41:56 -07:00
parent 0c4166b143
commit 4935ded1fc
3 changed files with 10 additions and 4 deletions

View File

@@ -53,6 +53,11 @@ elseif(TARGET_TYPE STREQUAL game)
shared/fonts/opensans/OpenSans-Bold.ttf fonts/opensans/OpenSans-Bold.ttf
)
# Textures
tool_copy(texture_test
shared/textures/test_texture.png textures/test_texture.png
)
# Poker Game
if(TARGET_GAME STREQUAL poker)
add_compile_definitions(
@@ -82,6 +87,7 @@ elseif(TARGET_TYPE STREQUAL game)
tool_assets(
shader_textured
font_opensans
texture_test
vn_penny
vn_lucy
vn_julie