KoBeWi / Godot-Instance-Dock

An addon for Godot engine that adds a convenience dock where you can store scenes.
https://godotengine.org/asset-library/asset/1421
MIT License
176 stars 12 forks source link

Use HFlowContainer over GridMap in slot container #2

Closed Mickeon closed 1 year ago

Mickeon commented 1 year ago

I've recently taken a look at this pretty neat addon. I was taken aback by how wide it expanded the side panel.

The title is pretty self explanatory. A few tweaks on the addon have it work as I expected. It was not easily feasible back when the addon was first released, but since 3.5, a HFlowContainer could theoretically be supported.

image

KoBeWi commented 1 year ago

It already uses HFlowContainer. https://github.com/KoBeWi/Godot-Instance-Dock/blob/50ba668b7d2dfc2982e0a6271d487c0a5f1a4e4e/addons/InstanceDock/InstanceDock.tscn#L40 Not in the 3.x version tho, as I stopped updating it.

KoBeWi commented 1 year ago

Closing per above comment.