Deleted levels I didn't made myself.

I'm bad at puzzles, so I took two levels on site to test the engine and forgot to delete them at upload.
This commit is contained in:
KikooDX 2019-11-07 08:45:01 +01:00
parent 49c61cb3a2
commit abd8932085
1 changed files with 10 additions and 38 deletions

View File

@ -1,38 +1,10 @@
levels = []
lvl_dim = []
levels += [
" "+\
"#######"+\
"#..+./#"+\
"#@#+..#"+\
"#..../#"+\
"#######"
]
lvl_dim += [(7, 6)]
levels += [
"##### "+\
"#.@.# "+\
"#...#####"+\
"#.+..+..#"+\
"###++##.#"+\
" #..//..#"+\
" #..//###"+\
" ###### "
]
lvl_dim += [(9,8)]
levels += [
" ######## "+\
" #......# "+\
" #.++#..####"+\
"#####.#@.+....#"+\
"#....+#//##++.#"+\
"#...#.////..#.#"+\
"#..#..////.#..#"+\
"#..++##//#+...#"+\
"#.....+..#.####"+\
"#####..#.+.# "+\
" #...#+.# "+\
" #......# "+\
" ######## "
]
lvl_dim += [(15, 13)]
levels = []
lvl_dim = []
levels += [
" "+\
"#######"+\
"#..+./#"+\
"#@#+..#"+\
"#..../#"+\
"#######"
]