blackears / cyclopsLevelBuilder

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

Feature: Ramp support #56

Open MJacred opened 1 year ago

MJacred commented 1 year ago

Basically simplified stairs

FabriceCastel commented 11 months ago

To work around this, for now I've just been creating blocks, and then use the edge tool to overlap two of the top edges, turning the thing into a ramp. The resulting geometry isn't as simple as it could be, but it seems to work.

blackears commented 11 months ago

If you drag vertices on top of each other, they'll automatically merge. Probably the easiest way to create a ramp. I've been thinking of rewriting the stair tool since it creates to many blocks, but that will have to wait for the next big overhaul of Cyclops.