Added PathFinding constants HORIZONTAL/VERTICAL.

This commit is contained in:
Ima Mechanique 2012-11-18 19:08:36 +00:00
parent c3fdaaedb5
commit e0fd0904d2
2 changed files with 30 additions and 2 deletions

View file

@ -7,6 +7,34 @@
</head>
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div>
<div>
<h3><span class="date">2012-11-00</span> - Release 2.47.1</h3>
<div>
* Added Path-finding constants:
<ul>
<li>HORIZONTAL</li>
<li>VERTICAL</li>
</ul>
</div>
<div>
* Removed renamed/deleted constants:
<ul>
<li>CHARACTER_TURN_SPEED_MULTIPLIER</li>
</ul>
</div>
<div>
* Changed:
<ul>
<li></li>
</ul>
</div>
<div>
* Fixed:
<ul>
<li></li>
</ul>
</div>
</div>
<div>
<h3><span class="date">2012-11-18</span> - Release 2.47.0</h3>
<div>