Prepping for ronin

This commit is contained in:
2023-07-02 02:59:08 -07:00
parent 29048234a7
commit ff360b9983
48 changed files with 256 additions and 7 deletions

View File

@ -0,0 +1,13 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
set(RONIN_POSE_TEXTURE_OPTIONS
SCALE=${LIMINIAL_CHARACTER_SCALE}
FILTER_MIN=nearest
FILTER_MAG=nearest
)
include(${CMAKE_CURRENT_LIST_DIR}/day/CMakeLists.txt)
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt)

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_ronin_pose_day_body
FILE="${CMAKE_CURRENT_LIST_DIR}/body.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_cross
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_gun
FILE="${CMAKE_CURRENT_LIST_DIR}/gun.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_hair
FILE="${CMAKE_CURRENT_LIST_DIR}/hair.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_neck
FILE="${CMAKE_CURRENT_LIST_DIR}/neck.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_pocket
FILE="${CMAKE_CURRENT_LIST_DIR}/pocket.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_day_side
FILE="${CMAKE_CURRENT_LIST_DIR}/side.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

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_ronin_pose_night_body
FILE="${CMAKE_CURRENT_LIST_DIR}/body.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_cross
FILE="${CMAKE_CURRENT_LIST_DIR}/cross.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_gun
FILE="${CMAKE_CURRENT_LIST_DIR}/gun.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_hair
FILE="${CMAKE_CURRENT_LIST_DIR}/hair.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_neck
FILE="${CMAKE_CURRENT_LIST_DIR}/neck.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_pocket
FILE="${CMAKE_CURRENT_LIST_DIR}/pocket.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_pose_night_side
FILE="${CMAKE_CURRENT_LIST_DIR}/side.png"
${RONIN_POSE_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 KiB