New textures

This commit is contained in:
2023-06-20 23:57:22 -07:00
parent ac797c8abb
commit b1f16c80cf
46 changed files with 355 additions and 162 deletions

View File

@ -0,0 +1,39 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_texture(texture_eth_pose_night_back
FILE="${CMAKE_CURRENT_LIST_DIR}/back.png"
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)
tool_texture(texture_eth_pose_night_cross
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)
tool_texture(texture_eth_pose_night_front
FILE="${CMAKE_CURRENT_LIST_DIR}/front.png"
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)
tool_texture(texture_eth_pose_night_hips
FILE="${CMAKE_CURRENT_LIST_DIR}/hips.png"
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)
tool_texture(texture_eth_pose_night_neutral
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB