Added ave and craig
This commit is contained in:
29
assets/games/liminal/textures/craig/poses/day/CMakeLists.txt
Normal file
29
assets/games/liminal/textures/craig/poses/day/CMakeLists.txt
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_craig_pose_day_body
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/body.png"
|
||||
${CRAIG_BODY_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_craig_pose_day_cross
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
|
||||
${CRAIG_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_craig_pose_day_gun
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/fist.png"
|
||||
${CRAIG_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_craig_pose_day_hair
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/hair.png"
|
||||
${CRAIG_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_craig_pose_day_neck
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/pocket.png"
|
||||
${CRAIG_POSE_TEXTURE_OPTIONS}
|
||||
)
|
BIN
assets/games/liminal/textures/craig/poses/day/body.png
Normal file
BIN
assets/games/liminal/textures/craig/poses/day/body.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 MiB |
BIN
assets/games/liminal/textures/craig/poses/day/cross.png
Normal file
BIN
assets/games/liminal/textures/craig/poses/day/cross.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 MiB |
BIN
assets/games/liminal/textures/craig/poses/day/fist.png
Normal file
BIN
assets/games/liminal/textures/craig/poses/day/fist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 MiB |
BIN
assets/games/liminal/textures/craig/poses/day/hair.png
Normal file
BIN
assets/games/liminal/textures/craig/poses/day/hair.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 MiB |
BIN
assets/games/liminal/textures/craig/poses/day/pocket.png
Normal file
BIN
assets/games/liminal/textures/craig/poses/day/pocket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 MiB |
Reference in New Issue
Block a user