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

Create components should recursively include all instances #195

Open
vchelaru opened this issue Sep 22, 2024 · 1 comment
Open

Create components should recursively include all instances #195

vchelaru opened this issue Sep 22, 2024 · 1 comment
Assignees
Labels

Comments

@vchelaru
Copy link
Owner

  1. Create a container in a screen
  2. Add a Text as a child to the container
  3. Add a Sprite as a child to the container
  4. Select the container
  5. Right-click and select to create a component
  6. Enter a name and click OK

Observe - only the container is added
Expected - all children should be added recursively
22_13 57 34

@kaltinril
Copy link
Collaborator

kaltinril commented Nov 10, 2024

It appears it adds all elements Selected/Highlighted.

If you CTRL+Click or SHIFT+CLICK to select multiple, it will create a component with the elements highlighted. It even lets you select elements from DIFFERENT trees.

Gum_ESDVRrSNwm

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

No branches or pull requests

3 participants