Godot Version
4.3
Question
Here is a Enemy scene, a base scene
After,I create Enemyxxx scene to inheritance Enemy scene, Scene > New Inherited Scene
the Enemyxxx scene is look like this:
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
system
Closed
November 7, 2024, 3:39am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.