Compare commits

..

No commits in common. "master" and "1.1" have entirely different histories.
master ... 1.1

1 changed files with 5 additions and 24 deletions

View File

@ -1,29 +1,10 @@
levels=[]
lvl_dim=[]
levels+=[
levels = []
lvl_dim = []
levels += [
" "+\
"#######"+\
"#..+./#"+\
"#@#+..#"+\
"#..../#"+\
"#######"]
lvl_dim+=[(7,6)]
# didn't find creator infos
levels+=[
"################ "+\
"#..#...........# "+\
"#.+@.+.+.+.+.+.# "+\
"#..#.+++++++++## "+\
"##.#..........## "+\
"##.##/################"+\
" #.#.//////////////..#"+\
" #.#.//////////////#.#"+\
" #.##############.##.#"+\
" #.#.+.+.+.+.+.+.+.#.#"+\
" #.#..+.+.+.+.+.+..#.#"+\
" #.............+...#.#"+\
" #.#...............#.#"+\
" #.#################.#"+\
" #...................#"+\
" #####################"]
lvl_dim+=[(22,16)]
"#######"
]