Work resumed

This commit is contained in:
2023-10-05 17:19:48 -05:00
parent 66fca2323e
commit 0692b2b6d1
23 changed files with 383 additions and 217 deletions

View File

@ -9,6 +9,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/ave/CMakeLists.txt")
include("${CMAKE_CURRENT_LIST_DIR}/craig/CMakeLists.txt")
include("${CMAKE_CURRENT_LIST_DIR}/eth/CMakeLists.txt")
include("${CMAKE_CURRENT_LIST_DIR}/ronin/CMakeLists.txt")
include("${CMAKE_CURRENT_LIST_DIR}/ui/CMakeLists.txt")
tool_texture(texture_border
FILE=${CMAKE_CURRENT_LIST_DIR}/texture_test.png

View File

@ -0,0 +1,34 @@
# Copyright (c) 2023 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
set(BUTTON_TEXTURE_OPTIONS
FILTER_MIN=nearest
FILTER_MAG=nearest
)
tool_texture(button_background
FILE="${CMAKE_CURRENT_LIST_DIR}/button_background.png"
${BUTTON_TEXTURE_OPTIONS}
)
tool_texture(button_hover_element
FILE="${CMAKE_CURRENT_LIST_DIR}/button_hover_element.png"
${BUTTON_TEXTURE_OPTIONS}
)
tool_texture(button_wings_down
FILE="${CMAKE_CURRENT_LIST_DIR}/button_wings_down.png"
${BUTTON_TEXTURE_OPTIONS}
)
tool_texture(button_wings_inactive
FILE="${CMAKE_CURRENT_LIST_DIR}/button_wings_inactive.png"
${BUTTON_TEXTURE_OPTIONS}
)
tool_texture(button_wings_open
FILE="${CMAKE_CURRENT_LIST_DIR}/button_wings_open.png"
${BUTTON_TEXTURE_OPTIONS}
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 KiB