Skip to content
Snippets Groups Projects
Commit 96c5478d authored by dg's avatar dg
Browse files

Ruined dungeon and Arena unlock locked doors have tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@4387 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5dad98c5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
defineTile("#", "HARDWALL")
defineTile("+", "LOCK")
defineTile("+", "GENERIC_LEVER_DOOR")
defineTile(":", "GRASS", nil, nil, nil, {no_teleport=true})
defineTile(".", "SAND")
defineTile("-", "FLOOR")
......@@ -29,9 +29,9 @@ starty = 12
-- ASCII map section
return [[
:::::T::::::::T:T
:::::T:---::::T:T
:#######+#######:
:#...#.....#...#:
:#...#.---.#...#:
:#.............#:
:#....#...#....#:
:##...........##T
......@@ -41,6 +41,6 @@ T#...#.....#...#:
:##...........##:
:#....#...#....#:
:#.............#:
:#...#..:..#...#:
:#...#.---.#...#:
:#######+#######:
:::TT:T:::T::::::]]
:::TT:T---T::::::]]
......@@ -33,7 +33,7 @@ defineTile("<", "UP_WILDERNESS")
defineTile(">", "INFINITE")
defineTile(".", "OLD_FLOOR")
defineTile("1", "LORE1")
defineTile("!", "LOCK")
defineTile("!", "GENERIC_LEVER_DOOR")
defineTile("2", "LORE2")
-- addSpot section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment