Fixed output error ERROR: Script class can only be set together with base class name
This commit is contained in:
@@ -11,6 +11,7 @@ public partial class SpriteSwitcher2D : Node2D
|
||||
[Export] private Sprite2D _inactiveSprite;
|
||||
[Export] private bool _active = false;
|
||||
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
SetSprites();
|
||||
|
||||
Reference in New Issue
Block a user