1
0
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:
Franklin Sobrinho
2016-03-11 14:06:54 -03:00
parent e2061e0025
commit fd06683cb4
2 changed files with 133 additions and 9 deletions

View File

@@ -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