Skip to content

Commit 7cc59d3

Browse files
committed
Remove doc of a missing feature of the tilemap select tool
Right clicking with the tilemap select tool doesn't remove the selection so remove the documentation about it. Document the behavior of the Delete key.
1 parent ce50017 commit 7cc59d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorials/2d/using_tilemaps.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ To remove from the current selection, hold :kbd:`Ctrl` then select a tile.
202202
The selection can then be used in any other painting mode to quickly create copies
203203
of an already-placed pattern.
204204

205-
While in Selection mode, you can't place new tiles, but you can still erase
206-
tiles by right-clicking after making a selection. The whole selection will be erased,
207-
regardless of where you click in the selection.
205+
You can remove the selected tiles from the TileMap by pressing :kbd:`Del`.
208206

209207
You can toggle this mode temporarily while in Paint mode by holding :kbd:`Ctrl`
210208
then performing a selection.

0 commit comments

Comments
 (0)