1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
under 5bdca00c5e Fix game window not receiving inputs
When I added the "Windows" node to contain all the windows, it started
blocking the inputs to the game window because it covers the entire
window and its mouse_filter was set to block.
2024-03-20 13:30:08 -07:00
under cc629bfc42 Move windows into Windows control
It's annoying to find all the windows so I'd like them to be childed
under one node to make that easier.
2024-03-20 13:20:51 -07:00
under 359e60d108 Move window into PackedScene
The Inventory window was created directly in the desktop scene but it
needs to be a template we can instantiate so I've moved it into its own
PackedScene.
2024-03-20 11:26:17 -07:00
under 8c8fc8058d Use _gui_input for header drag
Before this, if you moved a window's header to overlap the game window's
header, dragging the window again would drag the window and the game
window.
2024-03-20 11:11:16 -07:00
me4tw 6c4b0845a6 ok 2024-03-19 17:52:57 +10:00