Portponky / better-terrain

Terrain plugin for Godot 4
The Unlicense
433 stars 21 forks source link

Feature request: Shortcuts and picker #56

Closed PiotrTekieli closed 7 months ago

PiotrTekieli commented 7 months ago

I might simply be missing something, but it would be nice if the terrain drawing tools had shortcuts that mirrored the default TileMap ones ( Draw tool - D / Line tool - L / Rect tool - R / Bucket tool - B )

A Picker functionality would also be really useful, in the default TileMap it's P or hold Ctrl, in this case it'd select the terrain type the selected tile belongs to

Portponky commented 7 months ago

Implemented in latest commit.

The shortcut R for rectangle tends to turn the editor into ruler mode. Unfortunately, the mechanisms by which this happens aren't easily manipulated through GDScript (and even then, the tilemap dock sometimes goes to ruler mode instead of selecting rectangles). As such, I added C as alternative.

Picker is available with ctrl-click, but has no individual tool.

Will update addon library version.

Portponky commented 7 months ago

Updated asset lib version a while back, so this is complete.