don-tnowe / godot-worldmap-builder

Build skill trees and level selection screens in Godot 4.
MIT License
69 stars 4 forks source link

[Bug] When using container, WorldmapView is overlapping other Control widgets. #3

Closed Abab-bk closed 1 year ago

Abab-bk commented 1 year ago

In Editor: image Runnig: image Furthermore, I have noticed that adding other nodes to WorldmapView results in an error : image image

don-tnowe commented 1 year ago

Ah, it doesn't overlap - rather, it becomes super huge because of how minimum size is calculated. I'll allow to disable it and add a description note.

And yeah, non-WMViewItem nodes should be allowed, this allowed snapping graph points onto them but I forgot it while adding features :/.

Thank you!

don-tnowe commented 1 year ago

Should be up, but I'm also working on a fix for when node positions are negative, which will arrive later.