WIP: clip drag and drop

This commit is contained in:
2025-02-16 19:42:58 +01:00
parent 10feabb9bf
commit cac8c85dec
9 changed files with 77 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ var selected: bool
func _ready():
timeline = get_parent()
%ClipName.text = clip_name
func _input(event):
var rect = get_global_rect()