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)