mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Documentation: fixed broken link; borders of empty cells were not shown in Action table.
This commit is contained in:
parent
5853624dc5
commit
d09c7b3944
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<div id="gz_title"><h1>GZDoom Builder Actions Reference</h1>
|
||||
</div>
|
||||
|
||||
<div id="contents"><table bgcolor="#FFFFFF" width="100%" border="1" cellspacing="0" cellpadding="6" style="font-family: 'Trebuchet MS',georgia,Verdana,Sans-serif;">
|
||||
<div id="contents"><table bgcolor="#FFFFFF" width="100%" border="1" cellspacing="0" cellpadding="6" style="font-family: 'Trebuchet MS',georgia,Verdana,Sans-serif; border-collapse:collapse;">
|
||||
<tr><td colspan="4" bgcolor="#333333"><strong style="color:#FFFFFF">Classic Modes</strong></td></tr>
|
||||
<tr><td width="240px;"><strong>Action</strong></td><td width="120px;"><div align="center"><strong>Shortcut</strong></div></td><td width="120px;"><div align="center"><strong>Modifiers</strong></div></td><td><strong>Description</strong></td></tr>
|
||||
<tr>
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<li>New action: "<strong><a href="../actions.html#rendering">Toggle fog rendering</a></strong>".</li>
|
||||
<li>New action: "<strong><a href="../actions.html#rendering">Toggle models rendering</a></strong>".</li>
|
||||
<li>New action: "<strong><a href="../actions.html#rendering">Toggle GZDoom effects</a></strong>".</li>
|
||||
<li><a href="general/event_lines.html">Event lines</a> for PatrolPoints, cameras and InterpolationPoints.</li>
|
||||
<li><a href="all_modes/event_lines.html">Event lines</a> for PatrolPoints, cameras and InterpolationPoints.</li>
|
||||
<li>Translucent 3D floors are rendered correctly.</li>
|
||||
<li>Things with zero Height and Radius are rendered.</li>
|
||||
<li>Plane Copy effect (118) is supported.</li>
|
||||
|
|
Loading…
Reference in a new issue