KayelGee / token-attacher

MIT License
11 stars 18 forks source link

Feature Request: Quick Edit Mode 2.0 #42

Closed baileywick closed 3 years ago

baileywick commented 3 years ago

Similar to how Levels module implemented a mode for restricting all tile placements, walls, drawings, etc to a specific level while building that level, it would be nice if TA had a mode where, if I have the UI for a control token open, then any tiles I place, walls I draw, drawings, etc automatically attach to the control token. Instead of having to select them one-by-one or lasso them, (or forget to connect things).

KayelGee commented 3 years ago

I've had the dream that you could click somehow on the base token and that would make everything that's not part of the attachment chain invisible because you're looking inside the base token. Adding elements in this mode would only make sense to attach to the base token. I'm not sure how I would go about implementing that.

Your suggestion sounds way more doable. I'll have to think about how to add it to the ui or if it would make sense to make it only a macro like quick edit mode.

baileywick commented 3 years ago

Your vision sounds glorious. As for mine, Ripper will probably tell you how he did it for Levels.

On Fri, Jun 18, 2021, 3:43 PM KayelGee @.***> wrote:

I've had the dream that you could click somehow on the base token and that would make everything that's not part of the attachment chain invisible because you're looking inside the base token. Adding elements in this mode would only make sense to attach to the base token. I'm not sure how I would go about implementing that.

Your suggestion sounds way more doable. I'll have to think about how to add it to the ui or if it would make sense to make it only a macro like quick edit mode.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KayelGee/token-attacher/issues/42#issuecomment-864306291, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMLTXQKOTF53KZSRORPNBDTTPDYNANCNFSM4656PKYQ .

KayelGee commented 3 years ago

Added in next update. At least the light variant where everything will be attached while the attach ui is open.