You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Tilemap Editor: Line drawing and erasing
This commit is contained in:
@@ -52,6 +52,8 @@ class TileMapEditor : public VBoxContainer {
|
||||
TOOL_ERASING,
|
||||
TOOL_RECTANGLE_PAINT,
|
||||
TOOL_RECTANGLE_ERASE,
|
||||
TOOL_LINE_PAINT,
|
||||
TOOL_LINE_ERASE,
|
||||
TOOL_SELECTING,
|
||||
TOOL_DUPLICATING,
|
||||
TOOL_PICKING
|
||||
|
||||
Reference in New Issue
Block a user