Current Situation: When I paint everything seems to be embedded into the GridMap
What I need: When I paint tiles, each tile will add the node to the scene like this
Does Godot have some kind of GameObject palette like in Unity?
I mean the palette that stored the Scene Node that you want to paint with
and when painted to a GridMap it adds prefab (Scene Node) to the GridMap?