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,7 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
include("${CMAKE_CURRENT_LIST_DIR}/faces/CMakeLists.txt")
include("${CMAKE_CURRENT_LIST_DIR}/poses/CMakeLists.txt")

View File

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

View File

@ -0,0 +1,49 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_texture(texture_ronin_face_day_anger
FILE="${CMAKE_CURRENT_LIST_DIR}/anger.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_confused
FILE="${CMAKE_CURRENT_LIST_DIR}/confused.png"
${ETH_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_furious
FILE="${CMAKE_CURRENT_LIST_DIR}/furious.png"
${ETH_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_happy
FILE="${CMAKE_CURRENT_LIST_DIR}/happy.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_neutral
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_sad
FILE="${CMAKE_CURRENT_LIST_DIR}/sad.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_scoff
FILE="${CMAKE_CURRENT_LIST_DIR}/scoff.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_smirk
FILE="${CMAKE_CURRENT_LIST_DIR}/smirk.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_day_surprised
FILE="${CMAKE_CURRENT_LIST_DIR}/surprised.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -0,0 +1,49 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_texture(texture_ronin_face_night_anger
FILE="${CMAKE_CURRENT_LIST_DIR}/anger.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_confused
FILE="${CMAKE_CURRENT_LIST_DIR}/confused.png"
${ETH_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_furious
FILE="${CMAKE_CURRENT_LIST_DIR}/furious.png"
${ETH_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_happy
FILE="${CMAKE_CURRENT_LIST_DIR}/happy.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_neutral
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_sad
FILE="${CMAKE_CURRENT_LIST_DIR}/sad.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_scoff
FILE="${CMAKE_CURRENT_LIST_DIR}/scoff.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_smirk
FILE="${CMAKE_CURRENT_LIST_DIR}/smirk.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_ronin_face_night_surprised
FILE="${CMAKE_CURRENT_LIST_DIR}/surprised.png"
${RONIN_FACE_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 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: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

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