6 lines
89 B
GDScript3
6 lines
89 B
GDScript3
|
extends Panel
|
||
|
|
||
|
|
||
|
func get_drag_data(position: Vector2):
|
||
|
return get_parent().get_parent()
|