mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
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:
parent
24f194872b
commit
0fdc6cd69c
7 changed files with 72 additions and 68 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue