aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/TileMap.xml
diff options
context:
space:
mode:
authorCraigory V Coppola2018-04-17 10:18:57 -0400
committerHein-Pieter van Braam2018-04-29 14:42:13 +0200
commita1fd60f7d201e5fc99e8a8ea776ec776bb90961c (patch)
tree8205104753b4303ac798bf3982dcb47fb4379065 /doc/classes/TileMap.xml
parentb5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1 (diff)
downloadgodot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.tar.gz
godot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.tar.zst
godot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.zip
Docs update for several classes
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer (cherry picked from commit 0dd526e06273ee27696c9adf06aff4fb5384fb78)
Diffstat (limited to '')
-rw-r--r--doc/classes/TileMap.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index 56c308dd2..c074b1fbc 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -171,6 +171,7 @@
<argument index="1" name="value" type="bool">
</argument>
<description>
+ Set any collision layer to be [code]true[/code] or [code]false[/code].
</description>
</method>
<method name="set_collision_mask_bit">
@@ -296,6 +297,7 @@
Tile origin at its center.
</constant>
<constant name="TILE_ORIGIN_BOTTOM_LEFT" value="2" enum="TileOrigin">
+ Tile origin at its bottom-left corner.
</constant>
</constants>
</class>