1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Added movement handles to 2D

This commit is contained in:
MCrafterzz
2019-11-08 15:48:26 +01:00
parent a22d0b5109
commit b32b439c00
2 changed files with 68 additions and 2 deletions

View File

@@ -209,6 +209,8 @@ private:
DRAG_ANCHOR_BOTTOM_LEFT,
DRAG_ANCHOR_ALL,
DRAG_MOVE,
DRAG_MOVE_X,
DRAG_MOVE_Y,
DRAG_SCALE_X,
DRAG_SCALE_Y,
DRAG_SCALE_BOTH,