![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | andyK |
Case:
Orig. I wanted to create a rectangle with a border in Godot. (similar like in CSS border 3 px solid …)
So after research I found in Godot there is a “StyleBoxFlat” in RESOURCES (not in Nodes)
After creating the StyleBoxFlat, I was wondering:
TO WHICH NODE CAN I APPLY THIS RESOURCE ?
After a long time searching I found, that I have to use a “Panel-Node”.
So in general:
Where can I find the information, which node to choose for a given resource?
I didn’t find a complete overview.
Thank you for your advise.