Moving pieces out of their container #67
-
Is it possible to store the pieces at the border of the container or in another one when opening/starting the puzzle? I would like to have one container where the pieces are stored and another container where i can do/play the puzzle. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @lucawittorf! 👋 Hi! The short answer is that there is no explicit support for this feature, and it probably won't be since it is currently out of the scope of the framework. You might implement something similar to that on top of the shuffling capabilities, though. See #17. |
Beta Was this translation helpful? Give feedback.
-
@flbulgarelli Hi, thanks for your answer. I used something similar here. The other pieces of that group would disappear if you move the group more. Is this a bug and not being fixed right now or could i prevent this somehow? |
Beta Was this translation helpful? Give feedback.
@flbulgarelli Hi, thanks for your answer. I used something similar here.
There is another thing i would like to know. When moving a group of puzzles, only the piece you grab wouldnt move out of the canvas container:
The other pieces of that group would disappear if you move the group more. Is this a bug and not being fixed right now or could i prevent this somehow?