faily failing

This commit is contained in:
KikooDX 2021-12-20 15:29:34 +01:00
parent 4c4fb70366
commit fca6140c10
3 changed files with 3 additions and 1 deletions

View File

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

BIN
res/failure.kble Normal file

Binary file not shown.

View File

@ -13,9 +13,10 @@ 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_tilt, kble_cave, kble_headtrauma, kble_gimmick, kble_failure;
static const struct LevelBinNamed levels[] = {
{&kble_test, "gentle introduction"},
{&kble_failure, "insert a coin"},
{&kble_cave, "the light at the end of the tunnel"},
{&kble_gimmick, "sell your gimmick"},
{&kble_headtrauma, "minefield"},