Added ave and craig

This commit is contained in:
2023-08-01 23:06:47 -07:00
parent 440b753d2a
commit 5ea312bc34
83 changed files with 531 additions and 18 deletions

View File

@ -9,5 +9,10 @@ set(RONIN_POSE_TEXTURE_OPTIONS
FILTER_MAG=nearest
)
set(RONIN_BODY_TEXTURE_OPTIONS
${RONIN_POSE_TEXTURE_OPTIONS}
CROP_START_Y=1689
)
include(${CMAKE_CURRENT_LIST_DIR}/day/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt)

View File

@ -5,7 +5,7 @@
tool_texture(texture_ronin_pose_day_body
FILE="${CMAKE_CURRENT_LIST_DIR}/body.png"
${RONIN_POSE_TEXTURE_OPTIONS}
${RONIN_BODY_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_cross

View File

@ -5,7 +5,7 @@
tool_texture(texture_ronin_pose_night_body
FILE="${CMAKE_CURRENT_LIST_DIR}/body.png"
${RONIN_POSE_TEXTURE_OPTIONS}
${RONIN_BODY_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_cross