boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
108 stars 18 forks source link

feat: Added complementary fuction `get_offset_holes`. #85

Closed tuto193 closed 10 months ago

tuto193 commented 11 months ago
kb173 commented 10 months ago

Thank you! I changed the get_int_* to get_* and renamed the others to get_float_* (and same for the setters) to preserve backwards compatibility. it's great to have both options.

tuto193 commented 10 months ago

Thank you! I changed the get_int_* to get_* and renamed the others to get_float_* (and same for the setters) to preserve backwards compatibility. it's great to have both options.

Awesome!