-
-
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
Fixes layout, nodes and theming for Control Gallery Demo - 4.0 dev #705
Fixes layout, nodes and theming for Control Gallery Demo - 4.0 dev #705
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this looks good.
gui/control_gallery/README.md
Outdated
@@ -11,7 +11,7 @@ space between panels to resize them. | |||
|
|||
Language: GDScript | |||
|
|||
Renderer: GLES 2 | |||
Renderer: Vulkan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're updating this text, we should be specifying if it's Vulkan Clustered or Vulkan Mobile.
Additionally, we should be setting demos to Vulkan Mobile if it doesn't look any different compared to Vulkan Clustered. Especially for GUI-only demos, they will look the same in Vulkan Mobile. Go to Project -> Project Settings -> General tab -> Rendering section -> Vulkan -> Back End -> Select Forward Mobile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the info, I just changed the setting to Vulkan Mobile and made the change in the README.md file.
A lot of nodes have changed which made this demo not work properly anymore, nor display everything properly anymore. Everything is looking like it did before and all buttons are working again. There is however this slight bug in the engine right now which makes it not possible to press menu buttons or option buttons if the window is not the same as the content_scale_size of the main window. (By example when you resize the window) This is because the hitboxes for those buttons don't get notified of the change in screen size which makes them stay in the same place where they would be when resizing the window. For the rest everything is working perfectly now, everything also has the new Godot 4 default theme style. Fixes Control Gallery Demo for 4.0-dev small edit Forgot to center one of the labels + updated screenshot Changing Vulkan to Vulkan Mobile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
A lot of nodes have changed which made this demo not work properly
anymore, nor display everything properly anymore. Everything is looking
like it did before and all buttons are working again.
There is however this slight bug in the engine right now which makes it
not possible to press menu buttons or option buttons if the window is
not the same as the content_scale_size of the main window. (By example
when you resize the window)
This is because the hitboxes for those buttons don't get notified of the
change in screen size which makes them stay in the same place where they
would be when resizing the window.
For the rest everything is working perfectly now, everything also has
the new Godot 4 default theme style.
Ps.: I followed yesterday's advice to "squash" commits together. I've tried, not sure if it worked, if it didn't please let me know. ^^"