Moving some assets around
7
assets/games/liminal/textures/eth/CMakeLists.txt
Normal 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")
|
50
assets/games/liminal/textures/eth/faces/CMakeLists.txt
Normal file
@ -0,0 +1,50 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
|
||||
tool_texture(texture_eth_face_day_anger
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/anger.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_confused
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/confused.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_eyeroll
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/eyeroll.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_fear
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/fear.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_happy
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/happy.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_haughty
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/haughty.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_neutral
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_sad
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/sad.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
|
||||
tool_texture(texture_eth_face_day_surprised
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/surprised.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
BIN
assets/games/liminal/textures/eth/faces/anger.png
Normal file
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/games/liminal/textures/eth/faces/confused.png
Normal file
After Width: | Height: | Size: 3.0 MiB |
BIN
assets/games/liminal/textures/eth/faces/eyeroll.png
Normal file
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/games/liminal/textures/eth/faces/fear.png
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
assets/games/liminal/textures/eth/faces/happy.png
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
assets/games/liminal/textures/eth/faces/haughty.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
assets/games/liminal/textures/eth/faces/neutral.png
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
assets/games/liminal/textures/eth/faces/sad.png
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
assets/games/liminal/textures/eth/faces/surprised.png
Normal file
After Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 29 MiB |
Before Width: | Height: | Size: 30 MiB |
Before Width: | Height: | Size: 29 MiB |
Before Width: | Height: | Size: 31 MiB |
13
assets/games/liminal/textures/eth/poses/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_eth_pose_day_front
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/day_front.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
||||
tool_texture(texture_eth_pose_day_back
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/day_back.png"
|
||||
SCALE=${LIMINIAL_CHARACTER_SCALE}
|
||||
)
|
BIN
assets/games/liminal/textures/eth/poses/day_back.png
Normal file
After Width: | Height: | Size: 12 MiB |
BIN
assets/games/liminal/textures/eth/poses/day_cross.png
Normal file
After Width: | Height: | Size: 12 MiB |
BIN
assets/games/liminal/textures/eth/poses/day_front.png
Normal file
After Width: | Height: | Size: 11 MiB |
BIN
assets/games/liminal/textures/eth/poses/day_hips.png
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
assets/games/liminal/textures/eth/poses/day_neutral.png
Normal file
After Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 59 MiB |
Before Width: | Height: | Size: 61 MiB |
Before Width: | Height: | Size: 58 MiB |
Before Width: | Height: | Size: 57 MiB |
Before Width: | Height: | Size: 2.6 MiB |