Update entityProperties.html

lowercase 'static' like other props
This commit is contained in:
James B. Pollack 2016-02-17 16:22:14 -08:00
parent 19cd3ec152
commit 89039747a2

View file

@ -1462,7 +1462,7 @@
<div class = "sub-section-header"> Collides With: </div> <div class = "sub-section-header"> Collides With: </div>
<div class = "sub-props-checkbox-group"> <div class = "sub-props-checkbox-group">
<div class="property"> <div class="property">
<span class="label"> Static</span> <span class="label"> static</span>
<span class="value"> <span class="value">
<input type='checkbox' id="property-collide-static"> <input type='checkbox' id="property-collide-static">
</span> </span>
@ -1698,4 +1698,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>