Lera Elvoé
08bbf61416
* test case with folders/subfolders * renaming items by double-clicking them * naive drag test
6 lines
89 B
GDScript
6 lines
89 B
GDScript
extends Panel
|
|
|
|
|
|
func get_drag_data(position: Vector2):
|
|
return get_parent().get_parent()
|