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

Can not teleport out of the south derth arena

git-svn-id: http://svn.net-core.org/repos/t-engine4@4468 51575b47-30f0-44d4-a5cc-537603b46e54
parent 02512113
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ defineTile("+", "GENERIC_LEVER_DOOR")
defineTile(":", "GRASS", nil, nil, nil, {no_teleport=true})
defineTile(".", "SAND")
defineTile("-", "FLOOR")
defineTile("_", "FLOOR", nil, nil, nil, {no_teleport=true})
defineTile("T", "TREE", nil, nil, nil, {no_teleport=true})
startx = 8
......@@ -29,7 +30,7 @@ starty = 12
-- ASCII map section
return [[
:::::T:---::::T:T
:::::T:___::::T:T
:#######+#######:
:#...#.---.#...#:
:#.............#:
......@@ -43,4 +44,4 @@ T#...#.....#...#:
:#.............#:
:#...#.---.#...#:
:#######+#######:
:::TT:T---T::::::]]
:::TT:T___T::::::]]
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