Skip to content
Snippets Groups Projects
Commit ee869629 authored by biwa's avatar biwa
Browse files

Eternity Engine configuration: moved portal related sector flags to the...

Eternity Engine configuration: moved portal related sector flags to the portals tab of the sector edit form
parent f0c98538
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,7 @@ mapformat_udmf
portal_ceil_nopass = "Impassable";
portal_ceil_norender = "Not rendered";
portal_ceil_attached = "Attach to linked portal";
portal_ceil_useglobaltex = "Use global texture";
}
// Sector portal flags (floor)
......@@ -296,6 +297,7 @@ mapformat_udmf
portal_floor_nopass = "Impassable";
portal_floor_norender = "Not rendered";
portal_floor_attached = "Attach to linked portal";
portal_floor_useglobaltex = "Use global texture";
}
// Sector portal renderstyles
......
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