• 16 Posts
  • 130 Comments
Joined vor 2 Jahren
cake
Cake day: 14. Juli 2023

help-circle
















  • mrsgreenpotatoBanned from communitytoGodot@programming.devBreak it up! Improving Your Godot Code Using Components
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    vor 7 Monaten

    Yes, as long as you know what components are inside the Zombie scene, then you can export it. But the idea of being more flexible is that you shouldn’t need to update the Zombie class when you add a new component to it. E.g. You want the zombie to be “Bumpable” now (for some reason :)), then you should be able to just add the Bumpable node to your Zombie scene and that’s it. With your approach, you’d need to also reference and export it in the Zombie class first.