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

Fixed underwater door tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@6712 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1bd667ba
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ newEntity{ base = "WATER_WALL", define_as = "WATER_WALL_PILLAR_2", image = "terr
newEntity{
define_as = "WATER_DOOR",
type = "wall", subtype = "floor",
type = "wall", subtype = "underwater",
name = "door", image = "terrain/underwater/subsea_stone_wall_door_closed.png",
display = '+', color_r=238, color_g=154, color_b=77, back_color=colors.DARK_UMBER,
nice_tiler = { method="door3d", north_south="WATER_DOOR_VERT", west_east="WATER_DOOR_HORIZ" },
......@@ -81,7 +81,7 @@ newEntity{
}
newEntity{
define_as = "WATER_DOOR_OPEN",
type = "wall", subtype = "floor",
type = "wall", subtype = "underwater",
name = "open door", image="terrain/underwater/subsea_granite_door1_open.png",
display = "'", color_r=238, color_g=154, color_b=77, back_color=colors.DARK_GREY,
always_remember = true,
......
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