-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Multiple Windows Demo #1103
base: master
Are you sure you want to change the base?
Conversation
misc/multiple_windows/scenes/draggable_window/sprite_polygon_passthrough.gd
Show resolved
Hide resolved
misc/multiple_windows/scenes/draggable_window/sprite_polygon_passthrough.gd
Outdated
Show resolved
Hide resolved
Thanks @AThousandShips , your fixes of GDScript style has been commited. |
misc/multiple_windows/scenes/confimation_dialogue/confirmation_dialog.tscn
Outdated
Show resolved
Hide resolved
misc/multiple_windows/scenes/accept_dialogue/accept_dialog.tscn
Outdated
Show resolved
Hide resolved
Noooooo there is more |
Looks great so far! I wonder if this demo should be used to showcase tray icons, or whether we should use the existing Operating System Testing demo for that instead. |
StatusIndicator is a separate class from OS, so I feel fine with adding it to this demo. Although that feature only working on Windows and MacOS does make it an OS specific thing. Will make a commit later with adding tray functionality to this demo. |
d4bf4eb
to
9caa8e1
Compare
9 Commits were squashed into 1 |
Fixed Draggable Window not receiving input when cursor doesn't overlap window. |
Co-Authored-By: A Thousand Ships <[email protected]>
f196259
to
dde8496
Compare
A demo showing all Window classes and their use within the main window.
Preview: