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

Improve Path2D editing

This commit is contained in:
kobewi
2023-12-26 22:56:14 +01:00
parent 89cc635c05
commit f41b2c2ec4
2 changed files with 18 additions and 15 deletions

View File

@@ -80,6 +80,7 @@ class Path2DEditor : public HBoxContainer {
enum Action {
ACTION_NONE,
ACTION_MOVING_POINT,
ACTION_MOVING_NEW_POINT,
ACTION_MOVING_IN,
ACTION_MOVING_OUT,
};