1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Improve Camera2D limit editing

This commit is contained in:
kobewi
2025-06-17 13:34:09 +02:00
parent 46c495ca21
commit 4bb4c5c1b0
2 changed files with 59 additions and 4 deletions

View File

@@ -51,6 +51,10 @@ class Camera2DEditor : public Control {
TOP,
RIGHT,
BOTTOM,
TOP_LEFT,
TOP_RIGHT,
BOTTOM_LEFT,
BOTTOM_RIGHT,
CENTER,
};
Drag drag_type = Drag::NONE;