savy saving

This commit is contained in:
KikooDX 2021-12-21 18:32:22 +01:00
parent 5b3bb08167
commit b5c914580f
3 changed files with 3 additions and 1 deletions

View File

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

BIN
res/safe.kble Normal file

Binary file not shown.

View File

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