Hbox, Vbox and viewports and scrolls #7122
QuetzalcoutlDev
started this conversation in
Enhancement ideas (and their technical discussions)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When designing graphical interfaces for my games with GDevelop and thinking about other ways of making the interface for other engines like Godot or Ren'Py, I also think that GDevelop is somewhat limited when it comes to making graphical interfaces
I wonder, is it possible to make GDevelop have user interface objects like HBox, VBox, Viewport and Scrolls?
I feel that it would make it easier and even more complete to be able to create user interfaces in GDevelop games
H and V boxes would be an object that renders the objects that are told to them in a horizontal or vertical direction along with a separation between them that can be configured
The viewport, let's say, could be a type of box, but unlike the boxes, it would be like a kind of clipping mask, which organizes each object in a certain box, but if the number of objects exceeds the limit of the viewport, but you can place up to h or v boxes in it
And the scrolls, as such, are to slide the content of the viewport
Here I made a sketch of what I mentioned, in case I didn't make myself understood
And if I made myself understood, would that be possible to put in GDevelop?
Beta Was this translation helpful? Give feedback.
All reactions