Added ave and craig

This commit is contained in:
2023-08-01 23:06:47 -07:00
parent 440b753d2a
commit 5ea312bc34
83 changed files with 531 additions and 18 deletions

View 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_craig_face_night_anger
FILE="${CMAKE_CURRENT_LIST_DIR}/anger.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_craig_face_night_confused
FILE="${CMAKE_CURRENT_LIST_DIR}/confused.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_craig_face_night_fear
FILE="${CMAKE_CURRENT_LIST_DIR}/fear.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_craig_face_night_happy
FILE="${CMAKE_CURRENT_LIST_DIR}/happy.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_craig_face_night_neutral
FILE="${CMAKE_CURRENT_LIST_DIR}/neutral.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)
tool_texture(texture_craig_face_night_thinking
FILE="${CMAKE_CURRENT_LIST_DIR}/thinking.png"
${CRAIG_FACE_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB