Add description to TileMap's get_layers_count method

This commit is contained in:
Felipe Kinoshita 2022-10-05 18:32:58 -03:00
parent ea9bb98f26
commit 7cb1d1f1ed

View file

@ -155,6 +155,7 @@
<method name="get_layers_count" qualifiers="const">
<return type="int" />
<description>
Returns the number of layers in the TileMap.
</description>
</method>
<method name="get_neighbor_cell" qualifiers="const">