Godot Version
4.3
Question
How do I make a BaseAnimal script and scene which I can inherit to other animals so i can change the animation and the sfx but keep all nodes and functionality?!
4.3
How do I make a BaseAnimal script and scene which I can inherit to other animals so i can change the animation and the sfx but keep all nodes and functionality?!
Create one scene with all the nodes and the script you want the other npcs to inherit.
Then right-click on the scene in the file-system and click “new inherited scene”