Added cropping support to texture tool
This commit is contained in:
@ -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_eth_pose_day_alt_back
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/back.png"
|
||||
${ETH_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_pose_day_alt_cross
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
|
||||
${ETH_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_pose_day_alt_front
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/front.png"
|
||||
${ETH_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_pose_day_alt_hips
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/hips.png"
|
||||
${ETH_POSE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_pose_day_alt_neutral
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
|
||||
${ETH_POSE_TEXTURE_OPTIONS}
|
||||
)
|
BIN
assets/games/liminal/textures/eth/poses/day-alt/back.png
Normal file
BIN
assets/games/liminal/textures/eth/poses/day-alt/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 MiB |
BIN
assets/games/liminal/textures/eth/poses/day-alt/cross.png
Normal file
BIN
assets/games/liminal/textures/eth/poses/day-alt/cross.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 MiB |
BIN
assets/games/liminal/textures/eth/poses/day-alt/front.png
Normal file
BIN
assets/games/liminal/textures/eth/poses/day-alt/front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
BIN
assets/games/liminal/textures/eth/poses/day-alt/hips.png
Normal file
BIN
assets/games/liminal/textures/eth/poses/day-alt/hips.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 MiB |
BIN
assets/games/liminal/textures/eth/poses/day-alt/neutral.png
Normal file
BIN
assets/games/liminal/textures/eth/poses/day-alt/neutral.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 MiB |
Reference in New Issue
Block a user