blackears / cyclopsLevelBuilder

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

Add double-click on point or within shape to confirm prism shape drawing #7

Closed Calinou closed 1 year ago

Calinou commented 1 year ago

Right now, you need to press Enter to confirm prism shape drawing. Double-clicking a point or within the shape should confirm the drawing too, so that you don't have to move your hand from the mouse to the keyboard to perform this operation.

blackears commented 1 year ago

You can now double click to place a final point and automatically switch to dragging the prism's height. Double clicking a specific point or inside the base bounds would be a lot more work to implement.