GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

External layout improvements

Open tristanbob opened this issue 2 years ago • 1 comments

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"

tristanbob avatar Sep 22 '23 09:09 tristanbob

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).

4ian avatar Sep 22 '23 17:09 4ian