gimmicky gimmicking

This commit is contained in:
KikooDX 2021-12-19 23:02:51 +01:00
parent 37c358c286
commit 50c15c3069
3 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@ set(ASSETS
res/tilt.kble
res/cave.kble
res/headtrauma.kble
res/gimmick.kble
res/fonts/dina.png
)

BIN
res/gimmick.kble Normal file

Binary file not shown.

View File

@ -12,10 +12,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_tilt, kble_cave, kble_headtrauma, kble_gimmick;
static const struct LevelBinNamed levels[] = {
{&kble_test, "gentle introduction"},
{&kble_cave, "the light at the end of the tunnel"},
{&kble_gimmick, "sell your gimmick"},
{&kble_headtrauma, "minefield"},
{&kble_burn, "these are rare"},
{&kble_bounce, "deceptive road"},