10 lines
391 B
CMake
10 lines
391 B
CMake
# Copyright (c) 2025 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
add_asset(PALETTE first.palette.png)
|
|
add_asset(TILESET font_minogram.png type=ALPHA tileWidth=6 tileHeight=10 columns=16 rows=6)
|
|
add_asset(TILESET entities.png type=PALETTIZED tileWidth=16 tileHeight=16)
|
|
add_asset(CONFIG init.dcf)
|
|
add_asset(CONFIG init_psp.dcf) |