Added ave and craig
14
assets/games/liminal/textures/ave/poses/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
set(AVE_POSE_TEXTURE_OPTIONS
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
FILTER_MIN=nearest
|
||||
FILTER_MAG=nearest
|
||||
CROP_START_Y=2294
|
||||
)
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/day/CMakeLists.txt)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt)
|
24
assets/games/liminal/textures/ave/poses/day/CMakeLists.txt
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_ave_pose_day_cross
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_day_front
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/pocket.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_day_hips
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/wrist.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_day_neutral
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
BIN
assets/games/liminal/textures/ave/poses/day/cross.png
Normal file
After Width: | Height: | Size: 9.5 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/neutral.png
Normal file
After Width: | Height: | Size: 11 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/pocket.png
Normal file
After Width: | Height: | Size: 10 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/wrist.png
Normal file
After Width: | Height: | Size: 9.3 MiB |
24
assets/games/liminal/textures/ave/poses/night/CMakeLists.txt
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_ave_pose_night_cross
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_night_front
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/pocket.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_night_hips
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/wrist.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_pose_night_neutral
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
|
||||
${AVE_POSE_TEXTURE_OPTIONS}
|
||||
)
|
BIN
assets/games/liminal/textures/ave/poses/night/cross.png
Normal file
After Width: | Height: | Size: 8.4 MiB |
BIN
assets/games/liminal/textures/ave/poses/night/neutral.png
Normal file
After Width: | Height: | Size: 9.4 MiB |
BIN
assets/games/liminal/textures/ave/poses/night/pocket.png
Normal file
After Width: | Height: | Size: 9.1 MiB |
BIN
assets/games/liminal/textures/ave/poses/night/wrist.png
Normal file
After Width: | Height: | Size: 8.2 MiB |