Tutorial level

Add a tutorial level to teach commands to new players.
Very much a WIP.

Breaks save and bones compat.
This commit is contained in:
Pasi Kallinen
2023-02-25 20:37:01 +02:00
parent 7aead98a49
commit fc7a32b86e
38 changed files with 646 additions and 27 deletions

View File

@@ -315,4 +315,15 @@ dungeon = {
},
}
},
{
name = "The Tutorial",
base = 1,
flags = { "mazelike", "unconnected" },
levels = {
{
name = "tut-1",
base = 1,
},
}
},
}