Tutorial: going down and up stairs

Adds the second tutorial level, tut-2.lua
This commit is contained in:
Pasi Kallinen
2023-04-16 10:46:00 +03:00
parent dad1c3f8b7
commit d3e48dfad1
7 changed files with 49 additions and 11 deletions

View File

@@ -317,13 +317,17 @@ dungeon = {
},
{
name = "The Tutorial",
base = 1,
base = 2,
flags = { "mazelike", "unconnected" },
levels = {
{
name = "tut-1",
base = 1,
},
{
name = "tut-2",
base = 2,
},
}
},
}