Added in all the other characters (testing)
This commit is contained in:
@@ -31,6 +31,7 @@ add_executable(${PROJECT_NAME})
|
||||
set(ROOT_DIR "${CMAKE_SOURCE_DIR}")
|
||||
set(TOOLS_DIR "${ROOT_DIR}/tools")
|
||||
set(ASSETS_DIR "assets")
|
||||
set(TEMP_DIR "temp")
|
||||
|
||||
# Include tools
|
||||
add_subdirectory(tools)
|
||||
@@ -75,6 +76,8 @@ elseif(TARGET_TYPE STREQUAL game)
|
||||
GAME_VERSION=1.0
|
||||
)
|
||||
|
||||
|
||||
# Characters
|
||||
set(DIR_CHARS poker/characters)
|
||||
tool_vn_character(vn_penny
|
||||
${DIR_CHARS}/penny/character.xml ${DIR_CHARS}/penny.png
|
||||
@@ -88,15 +91,31 @@ elseif(TARGET_TYPE STREQUAL game)
|
||||
tool_vn_character(vn_sammy
|
||||
${DIR_CHARS}/sammy/character.xml ${DIR_CHARS}/sammy.png
|
||||
)
|
||||
tool_vn_character(vn_jenny
|
||||
${DIR_CHARS}/jenny/character.xml ${DIR_CHARS}/jenny.png
|
||||
)
|
||||
|
||||
# World
|
||||
tool_copy(texture_pub
|
||||
poker/world/pub/pub_skywall.png poker/pub_skywall.png
|
||||
)
|
||||
tool_copy(texture_cards
|
||||
poker/cards_normal.png poker/cards.png
|
||||
)
|
||||
|
||||
tool_assets(
|
||||
shader_textured
|
||||
font_opensans
|
||||
texture_test
|
||||
|
||||
vn_penny
|
||||
vn_lucy
|
||||
vn_julie
|
||||
vn_sammy
|
||||
|
||||
texture_pub
|
||||
texture_cards
|
||||
|
||||
locale_en
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user