TheDuckCow / godot-road-generator

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

Make lane and shoulder width L/R be float values #89

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

Right now in the exported variable, the values are casted to integers, making it hard to fine tune, especially if using a smaller than default road width scale.

TheDuckCow commented 1 year ago

Fixed now.