TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
316 stars 16 forks source link

Implemented Inspector add/remove lane buttons #38

Closed bdog2112 closed 1 year ago

bdog2112 commented 1 year ago

Implemented add/remove lane functionality according to Issue #34. This panel makes it much easier to add/remove lanes because it does away with the need to separately sync the Lanes and Traffic Dir arrays.

Although, not explicitly requested, the tooltips were updated on the add/remove buttons. Check to make sure they read the way you want them.

Resolved an issue where road_segment._build_geo() attempts to draw empty lane lists.

Add/Select Prior/Next RoadPoint buttons are present in this release. But, not fully implemented. They print a simple debug message when clicked.

bdog2112 commented 1 year ago

That's it for me for tonight! I'll check for your comments tomorrow morning.