AtegonMA to Godot · 1 month agoDaily Godot Tip #22: The replace_by function can be used if you need to replace a certain node with another while keeping all children within the sceneimagemessage-square6fedilinkarrow-up172arrow-down10file-text
arrow-up172arrow-down1imageDaily Godot Tip #22: The replace_by function can be used if you need to replace a certain node with another while keeping all children within the sceneAtegonMA to Godot · 1 month agomessage-square6fedilinkfile-text
If you do this remember to free the old one (or have some way of accessing it) since the engine won’t do it for you
minus-squareinsomniac_lemon@lemmy.cafelinkfedilinkEnglisharrow-up1·1 month agoUsing nodes to compose art (or even component-based code?) would be my guess. Though sure, for many scenarios/designs a node swap wouldn’t be needed.
Using nodes to compose art (or even component-based code?) would be my guess. Though sure, for many scenarios/designs a node swap wouldn’t be needed.