hardeny hardening

This commit is contained in:
KikooDX 2021-12-21 21:50:32 +01:00
parent 82df9d4a83
commit 48433bd177
3 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@ set(ASSETS
res/failure.kble
res/design.kble
res/safe.kble
res/harder.kble
res/fonts/dina.png
)

BIN
res/harder.kble Normal file

Binary file not shown.

View File

@ -15,10 +15,11 @@ 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_design, kble_safe;
kble_design, kble_safe, kble_harder;
static const struct LevelBinNamed levels[] = {
{&kble_test, "gentle introduction"},
{&kble_safe, "area 102"},
{&kble_harder, "harder the fall"},
{&kble_design, "this is my design"},
{&kble_failure, "insert a coin"},
{&kble_cave, "the light at the end of the tunnel"},