designy designing

This commit is contained in:
KikooDX 2021-12-20 18:21:15 +01:00
parent 75e89155e9
commit 5be4e6197d
3 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@ set(ASSETS
res/headtrauma.kble
res/gimmick.kble
res/failure.kble
res/design.kble
res/fonts/dina.png
)

BIN
res/design.kble Normal file

Binary file not shown.

View File

@ -13,9 +13,11 @@ static struct Level level;
extern bopti_image_t bimg_tileset;
extern struct LevelBin kble_test, kble_burn, kble_bounce, kble_worm, kble_shake,
kble_tilt, kble_cave, kble_headtrauma, kble_gimmick, kble_failure;
kble_tilt, kble_cave, kble_headtrauma, kble_gimmick, kble_failure,
kble_design;
static const struct LevelBinNamed levels[] = {
{&kble_test, "gentle introduction"},
{&kble_design, "this is my design"},
{&kble_failure, "insert a coin"},
{&kble_cave, "the light at the end of the tunnel"},
{&kble_gimmick, "sell your gimmick"},