Added ave and craig
This commit is contained in:
24
assets/games/liminal/textures/ave/poses/day/CMakeLists.txt
Normal file
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
BIN
assets/games/liminal/textures/ave/poses/day/cross.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/neutral.png
Normal file
BIN
assets/games/liminal/textures/ave/poses/day/neutral.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/pocket.png
Normal file
BIN
assets/games/liminal/textures/ave/poses/day/pocket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 MiB |
BIN
assets/games/liminal/textures/ave/poses/day/wrist.png
Normal file
BIN
assets/games/liminal/textures/ave/poses/day/wrist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 MiB |
Reference in New Issue
Block a user