Added ave and craig
This commit is contained in:
34
assets/games/liminal/textures/ave/faces/night/CMakeLists.txt
Normal file
34
assets/games/liminal/textures/ave/faces/night/CMakeLists.txt
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_ave_face_night_anger
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/anger.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_face_night_confused
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/confused.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_face_night_fear
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/fear.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_face_night_happy
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/happy.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_face_night_neutral
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
||||
|
||||
tool_texture(texture_ave_face_night_pensive
|
||||
FILE="${CMAKE_CURRENT_LIST_DIR}/pensive.png"
|
||||
${AVE_FACE_TEXTURE_OPTIONS}
|
||||
)
|
BIN
assets/games/liminal/textures/ave/faces/night/anger.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/anger.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
BIN
assets/games/liminal/textures/ave/faces/night/confused.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/confused.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
BIN
assets/games/liminal/textures/ave/faces/night/fear.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/fear.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/games/liminal/textures/ave/faces/night/happy.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/happy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/games/liminal/textures/ave/faces/night/neutral.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/neutral.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/games/liminal/textures/ave/faces/night/pensive.png
Normal file
BIN
assets/games/liminal/textures/ave/faces/night/pensive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Reference in New Issue
Block a user