mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
184c13a563
- A new "Show Textures" option up on the top bar, which draws any sector not flagged to be hidden on the textured automap - Holding Shift will highlight sectors instead of lines - Left-clicking on a highlighted sector will toggle the "Not shown on textured automap" flag - Textures will be shown when Shift is held down even if the "Show Textures" toggle is off
12 lines
No EOL
1.1 KiB
INI
Executable file
12 lines
No EOL
1.1 KiB
INI
Executable file
// This is GZDB hints configuration file. It's dev-only stuff so bare minimum of boilerplate is present in the parser class
|
|
// (e.g. create your Hints.cfg exactly the way it's done here or face consequences).
|
|
// "class" should exactly match your classname; "group" can be anything. "general" and "multiselection" groups are shown automatically when appropriate.
|
|
// Supported tags are <b> for Bold and <br> for line break. Action name inside of <k> tag will insert keyboard shortcut for given action in bold.
|
|
// Only single-line comments are supported.
|
|
|
|
class AutomapMode
|
|
group general
|
|
"<b>Left click</b> on a line to toggle the <b>'Shown as 1-sided on automap'</b> flag."
|
|
"<b>Right click</b> on a line to toggle the <b>'Not shown on automap'</b> flag."
|
|
"Hold <b>Ctrl</b> to toggle the display of the lines that are not drawn, either because there was no height change (gray) or the <b>'Not shown on automap'</b> flag is set (light gray)."
|
|
"Hold <b>Shift</b> to highlight and edit sectors, rather than lines. Clicking on sectors will toggle <b>'Not shown on textured automap'</b> flag. This action is only available for UDMF maps." |