Scene inheritance, can't reset sprite sheet in AnimateSprite2D node from father

Godot Version

4.3

Question

Here is a Enemy scene, a base scene
image

After,I create Enemyxxx scene to inheritance Enemy scene, Scene > New Inherited Scene

the Enemyxxx scene is look like this:
image

but I can’t reset sprite sheet in Enemeyxxx scene, godot doesn’t allow me to reset those config.

beacause Enemeyxxx Enemyzzz Enemeykkk those scene have similar structures, so I want to change sprite & collision (maybe something else) in inherited scene

You might be able to overwrite the spriteframes resource, or leave the base Enemy’s resource empty so it may be filled out by inherited scenes.

1 Like

thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.