Fix drag and drop

For the input event to reach the nodes, all Controls need to set
mouse_filter to "ignore" it seems?
This commit is contained in:
Sebastian Morr 2020-09-21 18:33:34 +02:00
parent 24f194872b
commit 0fdc6cd69c
7 changed files with 72 additions and 68 deletions

View file

@ -32,7 +32,7 @@ game="*res://game.gd"
window/size/width=1920
window/size/height=1080
window/stretch/mode="2d"
window/stretch/aspect="expand"
window/stretch/aspect="keep"
[input]