8 lines
310 B
CMake
8 lines
310 B
CMake
# Copyright (c) 2026 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
add_asset(TILESET ui.png type=PALETTIZED tileWidth=8 tileHeight=8)
|
|
add_asset(TILESET cell.png type=PALETTIZED tileWidth=8 tileHeight=8)
|
|
add_asset(IMAGE grid_bg.png type=PALETTIZED) |