Skip to content
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

External layout improvements #5674

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tristanbob
Copy link
Contributor

@tristanbob tristanbob commented Sep 22, 2023

Goals of this PR:

  1. Update the action sentence to display the position objects will be created at

  2. Add a new parameter to pick the objects created by an external layout

TODO:

  • Implement object picking when new parameter is set to "yes"

@4ian
Copy link
Owner

4ian commented Sep 22, 2023

For objects picking, there is something very important: you'll almost certainly need to have an argument that ask for the group of objects which will be picked. GDevelop can't just "dynamically pick stuff". It has to know, at code generation, what objects will be there. Hence why when you create objects from a text expression, it asks you the group in which the objects must be created (because it means that this group is then picked).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants