blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

Separating (or managing) block drawing and moving #67

Open TheBricktop opened 1 year ago

TheBricktop commented 1 year ago

Awesome tool, im really into the ease of sketching the level blocks and even some art mockup using these. There is often times when I want to draw new block on the other and moving block below by mistake. Is there a way to prevent this ?

blackears commented 1 year ago

If you move a selected block, all other selected blocks will move with it. If you move an unselected block, only that block moves.

blackears commented 1 year ago

Also, the block and move tools are being separated in version 1.0.2. You can try using the development branch if you want the new tools. Otherwise, you're just going to need to be careful when using the box tool. I'm hoping to release 1.0.2 in a week or two.

TheBricktop commented 1 year ago

If you move a selected block, all other selected blocks will move with it. If you move an unselected block, only that block moves.

The thing is that im moving a block while trying to draw another block on it even when the block below is unselected.

blackears commented 1 year ago

That will be fixed in the next update.