Asset Progress
This commit is contained in:
6
assets/games/helloworld/CMakeLists.txt
Normal file
6
assets/games/helloworld/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/textures/CMakeLists.txt")
|
8
assets/games/helloworld/textures/CMakeLists.txt
Normal file
8
assets/games/helloworld/textures/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2023 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
tool_texture(texture_border
|
||||
FILE=${CMAKE_CURRENT_LIST_DIR}/texture_test.png
|
||||
)
|
BIN
assets/games/helloworld/textures/texture_test.png
Normal file
BIN
assets/games/helloworld/textures/texture_test.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user