Added ave and craig
This commit is contained in:
@ -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)
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user