mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Eternity Engine configuration: moved portal related sector flags to the portals tab of the sector edit form
This commit is contained in:
parent
f0c985385a
commit
ee869629fb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue