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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2227 51575b47-30f0-44d4-a5cc-537603b46e54
parent 47594c24
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
defineTile('#', "SLIME_WALL")
defineTile('.', "SLIME_FLOOR")
defineTile('<', "UP_WILDERNESS")
defineTile('<', "UP_GRUSHNAK")
defineTile('+', "PEAK_DOOR")
subGenerator{
......
......@@ -57,7 +57,18 @@ newEntity{
always_remember = true,
show_tooltip=true,
name="Entrance to the High Peak",
display='>', color=colors.VIOLET,
display='>', color=colors.VIOLET, image = "terrain/stair_up_wild.png",
notice = true,
change_level=1, change_zone="high-peak",
}
newEntity{
define_as = "UP_GRUSHNAK",
name = "exit to Grushnak Pride", image = "terrain/slime_floor.png", add_displays = {class.new{image="terrain/ladder_up.png"}},
display = '<', color_r=255, color_g=0, color_b=255,
always_remember = true,
notice = true,
change_level = 5,
change_zone = "grushnak-pride",
force_down = true,
}
......@@ -52,7 +52,7 @@ return {
{
[1] = {
generator = { map = {
up = "UP_WILDERNESS",
up = "UP_GRUSHNAK",
}, },
},
},
......
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