Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tutorials/2d/using_tilemaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ To remove from the current selection, hold :kbd:`Ctrl` then select a tile.
The selection can then be used in any other painting mode to quickly create copies
of an already-placed pattern.

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

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